summaryrefslogtreecommitdiffstats
path: root/fpm (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-27lib: introduce new northbound APIRenato Westphal46-25/+8267
2018-10-25*: spelchekDavid Lamparter44-73/+73
2018-10-25lib: If command was successful don't store the command as an errorDonald Sharp1-1/+3
2018-10-25eigrpd: Fix bandwidth command to actually read input properlyDonald Sharp1-6/+3
2018-10-25eigrpd: Convert keychain authentication to DEFPYDonald Sharp2-42/+26
2018-10-25vtysh: Allow eigrp and rip access to keychain.c configDonald Sharp3-3/+4
2018-10-24lib: change M:A:C to X:X:X:X:X:XQuentin Young3-6/+6
2018-10-24build: add "redistclean" targetDavid Lamparter1-0/+3
2018-10-24build: make clean and dist consistentDavid Lamparter6-6/+19
2018-10-24build: work around automake wtfDavid Lamparter1-4/+10
2018-10-24zebra: Notice when a route fails to install on *bsdDonald Sharp1-4/+7
2018-10-24debianpkg, tools: Add fabricd to distribution scriptsChristian Franke7-3/+8
2018-10-24build: carry --with-pkg-extra-version into tarballsDavid Lamparter4-2/+20
2018-10-24zebra: Move rtadv to zebra_routerDonald Sharp3-39/+32
2018-10-24zebra: Remove _wrap_script from hook namesDonald Sharp2-24/+24
2018-10-24zebra: Move ipset_hash, ipset_entry_hash and iptable_hash into zrouterDonald Sharp7-188/+131
2018-10-24zebra: Move rules_hash to zrouterDonald Sharp7-31/+47
2018-10-24zebra: Start breakup of zns into zrouter and znsDonald Sharp11-228/+278
2018-10-24staticd: finish missing onlink piecesQuentin Young1-3/+9
2018-10-24isisd: delay lsp regeneration while events are still coming inChristian Franke3-5/+19
2018-10-24isisd: Combine lsp_l1/l2_refreshChristian Franke3-49/+37
2018-10-24isisd: Log LSP-update trigger sourceChristian Franke2-4/+13
2018-10-24isisd: Log SPF trigger source when debuggingChristian Franke2-5/+12
2018-10-24vtysh: fix exit-vrf printingQuentin Young3-14/+78
2018-10-23Revert "bgpd: Set attributes according route-maps if applied for default-orig...Donald Sharp1-30/+32
2018-10-23Revert "bgpd: Make sure default-originate works without route-map as well"Donald Sharp1-19/+5
2018-10-23bgpd: When displaying default originate debugs don't print gibberishDonald Sharp1-0/+2
2018-10-23bgpd:Fixing the signature of community_free functionSri Mohana Singamsetty7-41/+37
2018-10-23bgpd: Select default routing table when importing VRF routes into globalDonatas Abraitis1-7/+6
2018-10-23bgpd: fill in prefix for flowspec entry when json format is requestedPhilippe Guibert1-9/+26
2018-10-23zebra: add comment about Linux ifdown handlingDavid Lamparter1-0/+4
2018-10-23ripd: fix list compare orderDavid Lamparter1-1/+1
2018-10-20ospfd: fix issue with the "no segment-routing prefix A.B.C.D/M" commandRenato Westphal1-0/+3
2018-10-20ospf6d: fix two "show" commandsRenato Westphal1-2/+12
2018-10-20lib: fix the "no match ipv6 next-hop type" commandRenato Westphal1-1/+2
2018-10-20bgpd: use the vrf_bitmap_*() helper functions when necessaryRenato Westphal1-6/+9
2018-10-20bgpd: fix bug while iterating over VPN tableRenato Westphal1-0/+2
2018-10-20bgpd: remove wrong assertRenato Westphal1-1/+0
2018-10-20bgpd: fix NULL pointer dereference bugRenato Westphal1-0/+4
2018-10-20bgpd: add a NULL check to prevent a crash in the rfapi codeRenato Westphal1-1/+1
2018-10-20bgpd: fix crashes caused by missing input validationRenato Westphal1-2/+2
2018-10-20bgpd: fix some NULL pointer dereference bugsRenato Westphal1-8/+15
2018-10-20bgpd: fix the "no neighbor A.B.C.D maximum-prefix" commandRenato Westphal1-15/+19
2018-10-20bgpd: handle NULL pointers in lcommunity_cmp()Renato Westphal1-0/+6
2018-10-20bgpd: fix cleanup of dampening configurationRenato Westphal1-0/+3
2018-10-20bfdd: do not allow multihop peers without a local-addressRenato Westphal1-1/+1
2018-10-20ospfd: Do not allow thread dropDonald Sharp1-3/+1
2018-10-20bgpd: Dissallow v6 routes from setting a v4 nexthopDonald Sharp1-0/+3
2018-10-20bgpd: Prep commit to cleanup indentationDonald Sharp1-35/+32
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp52-240/+239