1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

RIP: Triggered RIP (demand circuit) documentation

This commit is contained in:
Ondrej Zajicek (work)
2020-05-18 22:16:37 +02:00
parent ec430a7fee
commit b729e731f9
2 changed files with 18 additions and 5 deletions

View File

@@ -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>