]> git.puffer.fish Git - matthieu/frr.git/commit
OSPFd: Update Segment Routing PR following review
authorOlivier Dugeon <olivier.dugeon@orange.com>
Mon, 29 Jan 2018 16:58:53 +0000 (17:58 +0100)
committerOlivier Dugeon <olivier.dugeon@orange.com>
Mon, 29 Jan 2018 16:58:53 +0000 (17:58 +0100)
commit7743f2f8c00ed2541454a806c1dc55257e06c7a5
tree535706c0cba106a9579ed990156be19934c97f3d
parent93f0a26e1976c07434364dc630993f80c9629396
OSPFd: Update Segment Routing PR following review

Following various review, following files have been modfied:

 - All: Change u_intXX_t typedef to standard uintXX_t types
 - doc/OSPF-SR.rst: Update doc in particular the Linux Kernel configuration
section
 - doc/ospfd.texi: Update CLI
 - ospfd/ospf_dump.[c,h]: Add new 'debug ospf sr' when performing 'sh run'
 - ospfd/ospf_ext.[c, h]: Various bug corrections notably to handle flooding of
Extended Prefix at startup. iFix TLVs size for LAN Adjacency.
Update Licence as per Community.md
 - ospfd/ospf_opaque.c: Add proper termination function call to remove MPLS entries
 - ospfd/ospf_ri.[c,h]: Bug corrections
 - ospfd/ospf_sr.[c,h]: Various bug corrections, notably to determine the nexthop
SR Node. Add support to 'no-php-flag'.
Update Licence as per Community.md
 - ospfd/ospfd.c: Add call to 'ospf_opaque_term()'

Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
12 files changed:
doc/OSPF-SR.rst
doc/ospfd.texi
ospfd/ospf_dump.c
ospfd/ospf_dump.h
ospfd/ospf_ext.c
ospfd/ospf_ext.h
ospfd/ospf_opaque.c
ospfd/ospf_ri.c
ospfd/ospf_ri.h
ospfd/ospf_sr.c
ospfd/ospf_sr.h
ospfd/ospfd.c