diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2025-03-06 20:33:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-06 20:33:21 -0500 |
| commit | a40c800c2e1ade525c7a3fa5f67dedb4c853234f (patch) | |
| tree | 4a321f052348df4db0c31bf8fd127f74155c1bc8 /zebra/interface.h | |
| parent | c9be4cf7464d0e8bb3e1150b34871d4ae35edd56 (diff) | |
| parent | 2dc730a551ffca1302fec0e2068957399a8e8684 (diff) | |
Merge pull request #18331 from FRRouting/mergify/bp/dev/10.3/pr-18214
zebra: Bring up 514 BGP neighbor sessions (backport #18214)
Diffstat (limited to 'zebra/interface.h')
| -rw-r--r-- | zebra/interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/interface.h b/zebra/interface.h index 2c7a079bf4..995dffdc32 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -99,6 +99,9 @@ struct zebra_if { /* back pointer to the interface */ struct interface *ifp; + /* Event timer to batch ICMPv6 join requests */ + struct event *icmpv6_join_timer; + enum zebra_if_flags flags; /* Shutdown configuration. */ |
