summaryrefslogtreecommitdiff
path: root/pbrd/pbr_zebra.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2020-09-01 10:31:20 -0400
committerGitHub <noreply@github.com>2020-09-01 10:31:20 -0400
commitedec686a2a86d8e20af3f5514561d67d265340f6 (patch)
tree8453599b7c89044298798b0610fa7fcb964755eb /pbrd/pbr_zebra.c
parentc2ce62e50244369cf9fb515ec24e40864876e214 (diff)
parent734bf907cbb6c8a44af41168a38e2cb57a25b926 (diff)
Merge pull request #7016 from donaldsharp/pbr_vrf_is_burf
Pbr vrf is burf
Diffstat (limited to 'pbrd/pbr_zebra.c')
-rw-r--r--pbrd/pbr_zebra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbrd/pbr_zebra.c b/pbrd/pbr_zebra.c
index d0099a46e3..a7420974a9 100644
--- a/pbrd/pbr_zebra.c
+++ b/pbrd/pbr_zebra.c
@@ -67,6 +67,7 @@ int pbr_ifp_create(struct interface *ifp)
if (!ifp->info)
pbr_if_new(ifp);
+ pbr_nht_interface_update(ifp);
/* Update nexthops tracked from a `set nexthop` command */
pbr_nht_nexthop_interface_update(ifp);