diff options
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r-- | proto/rip/rip.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c index d18ff5ad..f3dc6353 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -69,10 +69,11 @@ * structure is finally freed. * * Supported standards: - * - RFC 1058 - RIPv1 - * - RFC 2453 - RIPv2 - * - RFC 2080 - RIPng - * - RFC 4822 - RIP cryptographic authentication + * RFC 1058 - RIPv1 + * RFC 2453 - RIPv2 + * RFC 2080 - RIPng + * RFC 2091 - Triggered RIP for demand circuits + * RFC 4822 - RIP cryptographic authentication */ #include <stdlib.h> |