]> git.proxmox.com Git - mirror_frr.git/commit
OSPFD: Update Segment Routing implementation
authorOlivier Dugeon <olivier.dugeon@orange.com>
Fri, 19 Jan 2018 14:04:41 +0000 (15:04 +0100)
committerOlivier Dugeon <olivier.dugeon@orange.com>
Fri, 19 Jan 2018 14:04:41 +0000 (15:04 +0100)
commitfd3b19f25200c2788d34bf25a62161927a123369
tree2e4d9261eaa973f33abe618f508d2b56ff49310e
parentcf9b9f77f638923f5a44fdd14ce2725631ffa526
OSPFD: Update Segment Routing implementation

 - ospf_ext.c: Correct deferred pointer raised by valgrind
 - ospf_sr.c: Correct deffered pointer raised by valgrind. Modify
Segment Routing shutdown. This is due to the fact that RI LSA
4.0.0.0 is flush prior to 7.0.0.X & 8.0.0.X LSA. This trigger
SR-Node deletion which also remove all Extended Link / Prefix
leaving them unavailable when there are referenced by 7.0.0.X
& 8.0.0.X LSA flushing.
 - doc/OSPF-SR.rst: Correct Restructured Text syntax and add
Configuration example as well as Credit section

Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
doc/OSPF-SR.rst
ospfd/ospf_ext.c
ospfd/ospf_sr.c