summaryrefslogtreecommitdiff
path: root/zebra/zebra_mpls_openbsd.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2019-05-16 10:04:14 -0400
committerGitHub <noreply@github.com>2019-05-16 10:04:14 -0400
commitcc25952f2a34bcae4cbf6a3e5d40cfc57d4fb250 (patch)
tree5ffa168c8d91e120fb3e8e07502e471dd2e4cc9c /zebra/zebra_mpls_openbsd.c
parent6f33cbff181010025cb2c9f80aad3c12696e19b0 (diff)
parentb3f2b59020aeb0d04f7867585766732d54026edf (diff)
Merge pull request #4327 from sworleys/Move-Multipath-Num
zebra: Move multipath_num into zrouter
Diffstat (limited to 'zebra/zebra_mpls_openbsd.c')
-rw-r--r--zebra/zebra_mpls_openbsd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zebra_mpls_openbsd.c b/zebra/zebra_mpls_openbsd.c
index 977a8eaf3c..e7fdaf127d 100644
--- a/zebra/zebra_mpls_openbsd.c
+++ b/zebra/zebra_mpls_openbsd.c
@@ -27,6 +27,7 @@
#include "zebra/zebra_mpls.h"
#include "zebra/debug.h"
#include "zebra/zebra_errors.h"
+#include "zebra/zebra_router.h"
#include "privs.h"
#include "prefix.h"
@@ -262,7 +263,7 @@ static int kernel_lsp_cmd(struct zebra_dplane_ctx *ctx)
if (!nexthop)
continue;
- if (nexthop_num >= multipath_num)
+ if (nexthop_num >= zrouter.multipath_num)
break;
if (((action == RTM_ADD || action == RTM_CHANGE)