From 0de3408c6945bdd6d1399a01e15efa2d85e91c0c Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Thu, 10 Jun 2021 16:49:56 -0400 Subject: zebra: add boolean to control pw reachability checking Add a boolean to control whether pseudowire reachability checking needs to be strict. Signed-off-by: Mark Stapp (cherry picked from commit 6fb3580882bef9cf94aa69a4b202eb9ea5307898) --- zebra/zebra_mpls_openbsd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zebra/zebra_mpls_openbsd.c') 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; } -- cgit v1.2.3