diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-11-06 23:00:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-06 23:00:50 +0200 |
| commit | f57763eaed67e2f1cb9547cfc3876e29410df577 (patch) | |
| tree | eccbabce4baed4f556cbcfa13d8622ee023be41e /zebra/zebra_router.h | |
| parent | d67c60eda33d43077becde975b37907dedeb3b35 (diff) | |
| parent | 7e1b56ba98c22bb26cd798b289a214abfb32a8e2 (diff) | |
Merge pull request #14729 from donaldsharp/v6_rr_semantics_zrouter
V6 rr semantics zrouter
Diffstat (limited to 'zebra/zebra_router.h')
| -rw-r--r-- | zebra/zebra_router.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h index b700851df5..a926369ef8 100644 --- a/zebra/zebra_router.h +++ b/zebra/zebra_router.h @@ -209,6 +209,8 @@ struct zebra_router { bool notify_on_ack; bool v6_with_v4_nexthop; + bool v6_rr_semantics; + /* * If the asic is notifying us about successful nexthop * allocation/control. Some developers have made their |
