diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-04-18 22:48:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-18 22:48:20 +0300 |
| commit | b34b48cb3afd0a567eca94c642cd07f79b0ace8d (patch) | |
| tree | 48ef74edbea7cce922c6426fca66de3813a4c7ec /zebra/interface.h | |
| parent | 8b1e4f30ba6cb157a2882deb326993d6c5a3ebda (diff) | |
| parent | 2a3a98386af7e5a17ace990f959d5b27aa10b103 (diff) | |
Merge pull request #6231 from dslicenc/v6-ra-hoplimit
zebra: add ability to set hoplimit for IPv6 RAs
Diffstat (limited to 'zebra/interface.h')
| -rw-r--r-- | zebra/interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/interface.h b/zebra/interface.h index 80799b58a1..2dad0c3bb2 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -117,6 +117,7 @@ struct rtadvconf { Default: The value specified in the "Assigned Numbers" RFC [ASSIGNED] that was in effect at the time of implementation. */ int AdvCurHopLimit; +#define RTADV_DEFAULT_HOPLIMIT 64 /* 64 hops */ /* The value to be placed in the Router Lifetime field of Router Advertisements sent from the interface, in seconds. MUST be |
