diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-05-18 22:16:37 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-05-19 02:42:22 +0200 |
commit | b729e731f99aa6ece085597091618ed559a9f656 (patch) | |
tree | ec8b0d22bc93003c5d38d9b70628f164f107f697 /proto | |
parent | ec430a7feefd3b32ee39c641a48c44528d0eab25 (diff) |
RIP: Triggered RIP (demand circuit) documentation
Diffstat (limited to 'proto')
-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> |