diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-12-12 16:38:30 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-12-12 16:38:30 +0100 |
commit | 0f40405fc94fa253b5020e6603dc9ec7a02e13e7 (patch) | |
tree | 68b23c7183ee5fca1efc8d06e5d64945be241e27 /proto/ospf | |
parent | 9e92f357becf405643fa8c536734cccf2ae26da2 (diff) |
Update RFC references
Progdoc comments do not allow SGML tags
Diffstat (limited to 'proto/ospf')
-rw-r--r-- | proto/ospf/ospf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index dbae585d..a5e22269 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -96,6 +96,7 @@ * - RFC 5838 - OSPFv3 Support of Address Families * - RFC 6549 - OSPFv2 Multi-Instance Extensions * - RFC 6987 - OSPF Stub Router Advertisement + * - RFC 7166 - OSPFv3 Authentication Trailer */ #include <stdlib.h> |