summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_route.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-10lib: remove VERSION_TYPE_DEV from CONFDATE checksLou Berger4-5/+5
2018-07-10doc: update doc to no longer requires use of VERSION_TYPE_DEVLou Berger1-1/+1
2018-07-10*: VERSION_TYPE no longer needed -- remove itLou Berger1-2/+1
2018-07-10*: ignore deprecated code statments in release versionsLou Berger1-1/+7
2018-07-10doc: Add document for Release Build by maintainerMartin Winter2-0/+87
2018-07-09doc: add dev docs on code review practicesQuentin Young1-0/+31
2018-07-09ospfd: Remove deprecated codeDonald Sharp1-23/+0
2018-07-08pimd: Remove unnecessary alloc failuresDonald Sharp16-224/+2
2018-07-07bgpd: Cleanup of bgp daemon codePascal Mathis21-251/+20
2018-07-07bgpd: Fix bgp auto-shutdown behaviorPascal Mathis1-4/+10
2018-07-06vtysh: Remove unused variableDonald Sharp1-1/+0
2018-07-06lib: Add some documentationDonald Sharp1-2/+6
2018-07-06Revert "lib: A small optimization for the hash iterate and walk functions"Donald Sharp2-11/+2
2018-07-06lib: add the pathname to get the realpath in case of failurePhilippe Guibert1-2/+5
2018-07-06pimd: standard library usage (PVS-Studio)F. Aragon1-22/+27
2018-07-06ospfd pimd: null check (PVS-Studio)F. Aragon2-2/+7
2018-07-04doc: add MPLS configuration commandsPhilippe Guibert1-0/+88
2018-07-04pimd: Use generated interface nameDonald Sharp1-1/+1
2018-07-04ldpd: buffer underflow, thread safety (PVS-Studio)F. Aragon6-51/+46
2018-07-03doc: clean up flowspec.rstQuentin Young1-74/+77
2018-07-03bgpd: fix rpki validation for ipv6Marcel Röthke1-4/+10
2018-07-03bgpd lib ospfd pimd ripngd: null chk (PVS-Studio)F. Aragon11-30/+42
2018-07-03doc: bgp wrong command displayedPhilippe Guibert1-2/+2
2018-07-03ospfd zebra: array overrun fixes (PVS-Studio)F. Aragon2-3/+3
2018-07-02bgpd: l3vni del to free ip prefix routes from vrfChirag Shah1-5/+6
2018-07-02nhrpd: uninitialized variable (Clang scan)F. Aragon1-1/+1
2018-07-02zebra: remove asserts on task nullityQuentin Young1-8/+0
2018-07-02bgpd zebra: element overflow (PVS-Studio)F. Aragon6-7/+7
2018-07-02eigrpd nhrpd ospfd pimd: fomat fixes (PVS-Studio)F. Aragon4-7/+8
2018-07-02nhrpd: odd operator usage fix (PVS-Studio)F. Aragon1-1/+1
2018-07-02ripngd: variable scope overlap fix (PVS-Studio)F. Aragon1-5/+5
2018-07-02eigrpd: sizeof() usage + dead code (PVS-Studio)F. Aragon1-3/+3
2018-07-02zebra: duplicate nexthops for cross-vrf static routes on vrf bounceDon Slice1-8/+0
2018-07-02doc: fix missing bgp keyword in debug bgp commandPhilippe Guibert1-6/+6
2018-07-02doc: add flowspec information from user point of viewPhilippe Guibert3-1/+352
2018-07-01bgpd: fix rpki segfaultMarcel Röthke1-11/+32
2018-06-30fixed #2567: Json status of BGP peer is not updated properlyTigran Martirosyan1-0/+5
2018-06-29bgpd: dead code (Coverity 1399377)F. Aragon1-2/+2
2018-06-29bgpd isisd: null check (Clang scan)F. Aragon2-3/+4
2018-06-29isisd zebra: dead code (Clang scan)F. Aragon2-2/+1
2018-06-29nhrpd: uninitialized variable (Clang scan)F. Aragon1-0/+1
2018-06-29bgpd: null check (Coverity 1453455)F. Aragon2-22/+5
2018-06-29bgpd: null check (Coverity 23065)paco1-0/+2
2018-06-29ospf6d: OoB read (Coverity 1221444 1221446)paco5-15/+24
2018-06-29bgpd: Add some asserts because of our linklist stuffDonald Sharp2-0/+3
2018-06-29zebra: Fix use of uninited variableDonald Sharp1-1/+1
2018-06-29bgpd: Fix some build issues from removing HAVE_CUMULUSDonald Sharp2-5/+6
2018-06-29bgpd: Use correct data sizeDonald Sharp1-1/+1
2018-06-29bgpd: Remove HAVE_CUMULUS from evpn commandsDonald Sharp2-46/+0
2018-06-28vtysh: fix autocomplete garbage printoutsQuentin Young1-0/+3