]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/interface.h
Merge pull request #5793 from ton31337/fix/formatting_show_bgp_summary_failed
[mirror_frr.git] / zebra / interface.h
index 78ccbae6235d96e1320873454bfbc945d0746af7..b7e90a0c31edcbadbb9afd55f6872698fe606855 100644 (file)
@@ -189,6 +189,13 @@ struct rtadvconf {
         */
        struct list *AdvDNSSLList;
 
+       /*
+        * rfc4861 states RAs must be sent at least 3 seconds apart.
+        * We allow faster retransmits to speed up convergence but can
+        * turn that capability off to meet the rfc if needed.
+        */
+       bool UseFastRexmit; /* True if fast rexmits are enabled */
+
        uint8_t inFastRexmit; /* True if we're rexmits faster than usual */
 
        /* Track if RA was configured by BGP or by the Operator or both */