summaryrefslogtreecommitdiff
path: root/zebra/zebra_mpls_openbsd.c
diff options
context:
space:
mode:
authorStephen Worley <sworley@nvidia.com>2021-06-24 12:46:31 -0400
committerGitHub <noreply@github.com>2021-06-24 12:46:31 -0400
commita7c91c4246d8560a41367a8c331f17b45e31d04a (patch)
tree2ffe88a3631e2a58473bb682fec6a885427101bc /zebra/zebra_mpls_openbsd.c
parent7bee25fa2005ee27498b19793fecf2e083d36c05 (diff)
parent072b487b8f1b07829ccc547627ef7a0aa84ab289 (diff)
Merge pull request #8731 from mjstapp/fix_pw_backups
zebra: Fix pseudowires with backup nexthops
Diffstat (limited to 'zebra/zebra_mpls_openbsd.c')
-rw-r--r--zebra/zebra_mpls_openbsd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zebra_mpls_openbsd.c b/zebra/zebra_mpls_openbsd.c
index b767929dc0..74b1e37278 100644
--- a/zebra/zebra_mpls_openbsd.c
+++ b/zebra/zebra_mpls_openbsd.c
@@ -458,6 +458,9 @@ int mpls_kernel_init(void)
kr_state.rtseq = 1;
+ /* Strict pseudowire reachability checking required for obsd */
+ mpls_pw_reach_strict = true;
+
return 0;
}