diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-07-10 16:54:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-10 16:54:59 +0200 |
commit | 373edbbc9975f2ebeae7d019eb386f48b53d2696 (patch) | |
tree | e0608f138ac01dc9d09557ea1123b8ffd40899a0 /tests | |
parent | Merge pull request #6403 from NaveenThanikachalam/FRR_RMAP_FIX (diff) | |
parent | zebra: clean up the code flow in lsp results processing (diff) | |
download | frr-373edbbc9975f2ebeae7d019eb386f48b53d2696.tar.xz frr-373edbbc9975f2ebeae7d019eb386f48b53d2696.zip |
Merge pull request #6530 from mjstapp/backup_nhg_notify
lib, zebra: async notifications for backup routes and LSPs
Diffstat (limited to 'tests')
-rw-r--r-- | tests/topotests/zebra_rib/r1/v4_route_1_static_override.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/zebra_rib/r1/v4_route_1_static_override.json b/tests/topotests/zebra_rib/r1/v4_route_1_static_override.json index aa9522aff..22e199f9a 100644 --- a/tests/topotests/zebra_rib/r1/v4_route_1_static_override.json +++ b/tests/topotests/zebra_rib/r1/v4_route_1_static_override.json @@ -10,7 +10,7 @@ "installed":true, "table":254, "internalStatus":16, - "internalFlags":72, + "internalFlags":73, "internalNextHopNum":1, "internalNextHopActiveNum":1, "nexthops":[ |