summaryrefslogtreecommitdiffstats
path: root/buildtest.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-27ripd: implement northbound callbacks to fetch route informationRenato Westphal1-13/+59
2018-10-27ripd: implement northbound callbacks to fetch neighbor informationRenato Westphal2-12/+31
2018-10-27ripd: reduce excessive indentation in a few placesRenato Westphal1-54/+47
2018-10-27ripd: remove vty configuration lockRenato Westphal1-0/+2
2018-10-27ripd: fix SIGHUP handlingRenato Westphal3-30/+0
2018-10-27ripd: fix memory leaks when interfaces are deletedRenato Westphal1-0/+1
2018-10-27ripd: retrofit all RIP interface commands to the new northbound modelRenato Westphal5-564/+634
2018-10-27ripd: no need to use qobj anymore to keep track of "router rip"Renato Westphal2-10/+0
2018-10-27ripd: retrofit the 'version' command to the new northbound modelRenato Westphal4-43/+84
2018-10-27ripd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal5-97/+113
2018-10-27ripd: retrofit the 'route' command to the new northbound modelRenato Westphal5-99/+53
2018-10-27ripd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal7-390/+172
2018-10-27ripd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal6-79/+156
2018-10-27ripd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal6-281/+189
2018-10-27ripd: retrofit the 'network' command to the new northbound modelRenato Westphal6-83/+113
2018-10-27ripd: retrofit the 'neighbor' command to the new northbound modelRenato Westphal5-59/+60
2018-10-27ripd: retrofit the 'distance source' commands to the new northbound modelRenato Westphal5-168/+159
2018-10-27ripd: retrofit the 'distance' command to the new northbound modelRenato Westphal4-30/+55
2018-10-27ripd: retrofit the 'default-metric' command to the new northbound modelRenato Westphal5-42/+58
2018-10-27ripd: retrofit the 'default-information' command to the new northbound modelRenato Westphal6-71/+58
2018-10-27ripd: retrofit the 'allow-ecmp' command to the new northbound modelRenato Westphal5-41/+45
2018-10-27ripd: retrofit the 'router rip' command to the new northbound modelRenato Westphal5-53/+112
2018-10-27yang, ripd: add 'frr-ripd.yang' and associated stub callbacksRenato Westphal12-0/+1777
2018-10-27lib: retrofit interface commands to the new northbound modelRenato Westphal10-200/+349
2018-10-27yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal15-1/+120
2018-10-27lib: add a new northbound plugin for SysrepoRenato Westphal6-0/+933
2018-10-27lib: add a new northbound plugin for ConfDRenato Westphal6-0/+1242
2018-10-27*: add empty array of YANG modulesRenato Westphal15-13/+84
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