]> git.proxmox.com Git - mirror_frr.git/commit
Add support Router Capabilities support to OSPF
authorOlivier Dugeon <olivier.dugeon@orange.com>
Tue, 19 Apr 2016 17:21:17 +0000 (19:21 +0200)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Sat, 3 Sep 2016 15:05:51 +0000 (11:05 -0400)
commit0ef4bcdca0861ac183e9cd73ee9dd68054993c15
treebed050f68722028f7b090b0a4d596e85392264b9
parent4b547606e8dfc4bbc883ff797e116f43077b68bf
Add support Router Capabilities support to OSPF

This is an implementation of RFC4970 (Router Information) and
RFC5088 (PCE Capabilities announcement)

* ospfd/Makefile.am: Add new file ospf_ri.c and ospf_ri.h
* ospfd/ospf_opaque.c: Add new Router Capabilities code point
* ospfd/ospf_ri.[c,h]: Implementation of RFC4970 & RFC5088

Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
ospfd/Makefile.am
ospfd/ospf_opaque.c
ospfd/ospf_ri.c [new file with mode: 0644]
ospfd/ospf_ri.h [new file with mode: 0644]