diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2012-01-24 11:02:03 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2012-01-26 11:42:57 +0400 |
commit | 6eb0c5ab1d43bcf9edd4fefd19031f2b96ded728 (patch) | |
tree | 734d264279d8a44022aaa8661f9c94cca6cb8a74 /zebra/rtadv.h | |
parent | aca43b656623f38dfa6ea835dacbdfec51d03a67 (diff) |
zebra: freshen RFC references in rtadv
RFC2461 was replaced by RFC4861
RFC3775 was replaced by RFC6275
draft-ietf-mip6-mipext-advapi-03 was replaced by RFC4584
Diffstat (limited to 'zebra/rtadv.h')
-rw-r--r-- | zebra/rtadv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/rtadv.h b/zebra/rtadv.h index 5bf6b84c..564a4c66 100644 --- a/zebra/rtadv.h +++ b/zebra/rtadv.h @@ -47,7 +47,7 @@ struct rtadv_prefix /* The value to be placed in the Autonomous Flag. */ int AdvAutonomousFlag; - /* The value to be placed in the Router Address Flag (RFC3775 7.2). */ + /* The value to be placed in the Router Address Flag [RFC6275 7.2]. */ int AdvRouterAddressFlag; #ifndef ND_OPT_PI_FLAG_RADDR #define ND_OPT_PI_FLAG_RADDR 0x20 @@ -58,7 +58,7 @@ struct rtadv_prefix extern void rtadv_config_write (struct vty *, struct interface *); extern void rtadv_init (void); -/* draft-ietf-mip6-mipext-advapi-03 */ +/* RFC4584 Extension to Sockets API for Mobile IPv6 */ #ifndef ND_OPT_ADV_INTERVAL #define ND_OPT_ADV_INTERVAL 7 /* Adv Interval Option */ |