diff options
author | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2017-08-04 10:52:57 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-08-09 11:59:36 +0200 |
commit | 637ed49868c56c0e05467f0e0ddb6aa1231deaa4 (patch) | |
tree | e2af7aea3124198936bf3d503b7f1ccf0ca60e6c /proto/radv/radv.h | |
parent | e46128fb50e108e8cfdf6bb6e9ab040e00f5dfdc (diff) |
radv: Fix RFC reference in comments
Diffstat (limited to 'proto/radv/radv.h')
-rw-r--r-- | proto/radv/radv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/proto/radv/radv.h b/proto/radv/radv.h index e2bf07ba..0591486b 100644 --- a/proto/radv/radv.h +++ b/proto/radv/radv.h @@ -62,14 +62,14 @@ struct radv_iface_config list rdnss_list; /* Local list of RDNSS configs (struct radv_rdnss_config) */ list dnssl_list; /* Local list of DNSSL configs (struct radv_dnssl_config) */ - u32 min_ra_int; /* Standard options from RFC 4261 */ + u32 min_ra_int; /* Standard options from RFC 4861 */ u32 max_ra_int; u32 min_delay; u8 rdnss_local; /* Global list is not used for RDNSS */ u8 dnssl_local; /* Global list is not used for DNSSL */ - u8 managed; /* Standard options from RFC 4261 */ + u8 managed; /* Standard options from RFC 4861 */ u8 other_config; u32 link_mtu; u32 reachable_time; @@ -87,7 +87,7 @@ struct radv_prefix_config uint pxlen; u8 skip; /* Do not include this prefix to RA */ - u8 onlink; /* Standard options from RFC 4261 */ + u8 onlink; /* Standard options from RFC 4861 */ u8 autonomous; u32 valid_lifetime; u32 preferred_lifetime; |