summaryrefslogtreecommitdiffstats
path: root/ChangeLog (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-13ldpd: use DEFPY_NOSH whenever possibleRenato Westphal1-39/+15
2018-08-13lib: implement DEFPY_NOSHRenato Westphal2-0/+7
2018-08-13babeld: avoid reading the configuration file twiceRenato Westphal1-3/+0
2018-08-13lib: add listnode_add_head()Renato Westphal2-0/+33
2018-08-13ospf6d: revert fix for Coverity 1221459F. Aragon1-1/+0
2018-08-13staticd: null check (Coverity 1472311)F. Aragon1-1/+1
2018-08-13bgpd: return value check (Coverity 1472310)F. Aragon1-1/+1
2018-08-12peer_delete did not trigger ZEBRA_NEXTHOP_UNREGISTER to ZEBRAvishaldhingra1-1/+1
2018-08-11babeld: Use enum instead of #defines for kernel route type informationDonald Sharp2-15/+14
2018-08-11tests: Cleanup assumption that ALLOC could fail.Donald Sharp2-23/+5
2018-08-11lib: Remove memory check testDonald Sharp1-7/+0
2018-08-11ripd: re-add check for rip_create failQuentin Young1-1/+8
2018-08-11*: ALLOC calls cannot failDonald Sharp41-302/+84
2018-08-10tools: correct frr-reload.py handling of bgp vni/exit-vni configDon Slice1-6/+23
2018-08-09staticd: Fix null pointer access (coverity 1472311)Emanuele Di Pascale1-1/+1
2018-08-09bgpd: Fix bgp rpki to match route-map update from PR #2697Martin Winter1-4/+4
2018-08-08configure: fix help textMark Stapp1-2/+4
2018-08-08lib: fix "-t" command line optionDavid Lamparter1-2/+2
2018-08-08staticd: fix tiny whitespace issueDavid Lamparter1-1/+2
2018-08-08pimd: fix bogus uninitialized warningDavid Lamparter1-1/+1
2018-08-08bgpd: Added local router-id to "show bgp neighbor"Ameya Dharkar1-1/+4
2018-08-081. Added json output to "show ip route <prefix>" commandAmeya Dharkar1-7/+41
2018-08-07doc/user/routemap.rstChristoffer1-0/+5
2018-08-07bgpd: fix odd memory mgmt in clist strings fnQuentin Young1-90/+19
2018-08-07bgpd: clean up evpn prefix debugging commandsQuentin Young2-85/+62
2018-08-07bgpd: fix UPDATE debugging for prefixesQuentin Young1-47/+35
2018-08-07bgpd: Display `::` if AFI is IPv6, `0.0.0.0` otherwiseDonatas Abraitis1-6/+7
2018-08-06debian: remove trailing whitespace from controlQuentin Young1-2/+2
2018-08-06debian: add install-info to build depsQuentin Young1-1/+1
2018-08-06bgpd pimd: return check (Coverity 1472232 1472234)F. Aragon2-5/+5
2018-08-06ripd: fix packet sending in authenticate modelyq1401-3/+2
2018-08-06ripd: fix packet sendinglyq1401-0/+3
2018-08-03tools: improve checkpatch slicingQuentin Young1-4/+5
2018-08-03zebra: socket fd check (Coverity 1472236)F. Aragon1-0/+1
2018-08-03bgpd: null check (Coverity 1472237)F. Aragon1-3/+3
2018-08-03bgpd: dead code (Coverity 1472230 1472231 1472238)F. Aragon1-18/+6
2018-08-03ospfd: dead code (Coverity 1472227)F. Aragon1-1/+1
2018-08-03bgpd: variable scope (Coverity 1472229)F. Aragon1-3/+1
2018-08-03bgpd: rsc leak (Coverity 1472226 1472228 1472239)F. Aragon2-6/+12
2018-08-03lib, bgpd, ospf6d, ospfd, pimd: Allow finish to cleanup a bit moreDonald Sharp6-13/+15
2018-08-03isisd: fix refcounting in isis_route.cChristian Franke1-26/+37
2018-08-03isisd: make spf code dst-src awareChristian Franke10-87/+227
2018-08-03isisd: don't infer spftree from address familyChristian Franke1-18/+25
2018-08-03isisd: make use of advanced concepts like arrays and loopsChristian Franke3-71/+57
2018-08-03isisd: fix isis_route_merge_verify logicChristian Franke1-3/+28
2018-08-03isisd: fix redist_delete to also consider level-2Christian Franke1-1/+1
2018-08-03isisd: move route_table into spftreeChristian Franke6-169/+111
2018-08-03isisd: learn and advertise IPv6 dst-src routesChristian Franke10-70/+136
2018-08-03isisd: add debug message if adjacency is ignored because IP is unusableChristian Franke1-1/+8
2018-08-03pimd: On shutdown ensure wheel existsDonald Sharp1-1/+2