summaryrefslogtreecommitdiff
path: root/ripngd
AgeCommit message (Expand)Author
2019-01-30build: fix a whole bunch of *FLAGSDavid Lamparter
2019-01-24Treewide: use ANSI function definitionsRuben Kerkhof
2018-12-28lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert
2018-12-17ripd, ripngd: fix memleaks when deleting routing instanceRenato Westphal
2018-12-03build: update vtysh scan list for ripd and ripngdRenato Westphal
2018-12-03ripngd: implement northbound callbacks to fetch route informationRenato Westphal
2018-12-03ripngd: implement northbound callbacks to fetch neighbor informationRenato Westphal
2018-12-03ripngd: implement the 'clear-ripng-route' YANG RPCRenato Westphal
2018-12-03ripngd: fix SIGHUP handlingRenato Westphal
2018-12-03ripngd: retrofit the 'split-horizon' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'aggregate-address' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'route' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'network' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'default-metric' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'default-information' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'allow-ecmp' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'router ripng' command to the new northbound modelRenato Westphal
2018-12-03yang, ripngd: add 'frr-ripngd.yang' and associated stub callbacksRenato Westphal
2018-11-12*: Replace zclient_new with zclient_new_notifyDonald Sharp
2018-10-27yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal
2018-10-27*: add empty array of YANG modulesRenato Westphal
2018-10-27lib: introduce new northbound APIRenato Westphal
2018-10-25*: spelchekDavid Lamparter
2018-10-19*: Fixup to use proper list_cmp functionsDonald Sharp
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-12pimd ripd ripngd: variable shadowing fixesF. Aragon
2018-09-09build: fix not building docs w/o sphinxDavid Lamparter
2018-09-08*: cleanup .gitignore filesDavid Lamparter
2018-09-08build: move vtysh & manpage listings to subdir.amDavid Lamparter
2018-08-30bgpd, ripngd: Convert to using new agg_table/routeDonald Sharp
2018-08-28*: add a vrf update hook to be informed of the vrf namePhilippe Guibert
2018-08-16Merge pull request #2448 from qlyoung/error-reference-cardsDavid Lamparter
2018-08-15lib, ripngd, zebra: Remove pre-solaris 9 special cased codeDonald Sharp
2018-08-14*: frr_elevate_privs whitespace fixesDavid Lamparter
2018-08-14*: use frr_elevate_privs() (1/2: coccinelle)David Lamparter
2018-08-14*: rename ferr_zlog -> flog_err_sysQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14ripngd: Convert over to using LIB_ERR_XXXX for zlog_ferrDonald Sharp
2018-07-23libs, daemons: use const in route-map applyMark Stapp
2018-07-03Merge pull request #2620 from pacovn/PVS-Studio_null_check_2Quentin Young
2018-07-03bgpd lib ospfd pimd ripngd: null chk (PVS-Studio)F. Aragon
2018-07-02ripngd: variable scope overlap fix (PVS-Studio)F. Aragon
2018-05-21*: remove -r from daemons except zebraQuentin Young
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young