summaryrefslogtreecommitdiff
path: root/ripngd/ripng_interface.c
AgeCommit message (Expand)Author
2019-01-18ripngd: remove the ripng global variableRenato Westphal
2019-01-18ripngd: move "Vripng_passive_interface" to the ripng structureRenato Westphal
2019-01-18ripngd: move "ripng_enable_network" to the ripng structureRenato Westphal
2019-01-18ripngd: move "ripng_enable_if" to the ripng structureRenato 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 'passive-interface' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'network' command to the new northbound modelRenato Westphal
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-08-30bgpd, ripngd: Convert to using new agg_table/routeDonald Sharp
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-02ripngd: variable scope overlap fix (PVS-Studio)F. Aragon
2017-10-23ripngd: Make 'struct zebra_privs_t' availableDonald Sharp
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal
2017-10-10*: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal
2017-10-10*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal
2017-08-29*: remove empty "interface XYZ" config blocksDavid Lamparter
2017-08-15lib: replace if_add_hook with hook_* logicDavid Lamparter
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-29*: use vty_outlnQuentin Young
2017-05-27ripngd: Let ripng announce interface turned on for usage.Donald Sharp
2017-05-27ripngd: Fix missing newlines at end of help stringsDonald Sharp
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-05-09*: remove THREAD_ON macros, add nullity checkQuentin Young
2016-12-09*: coccinelle-replace vty->indexDavid Lamparter
2016-12-05Merge branch 'queue/osr/vtysh-generic'David Lamparter
2016-12-05Merge branch 'stable/2.0'David Lamparter
2016-12-01*: make DEFUN installations file-localDavid Lamparter
2016-11-25ripngd: fix drop of multicast membership when the interface is downRenato Westphal
2016-10-17Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-10-07ripngd: add support for route tagsChristian Franke
2016-09-27ripngd: dispose of some CHECK ME's for ripngQuentin Young
2016-09-23ripngd: add 'int idx_foo' argv index variablesDaniel Walton
2016-09-23ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton
2016-09-22ripngd: argv updateDaniel Walton
2016-06-08ripngd: add ECMP supportFeng Lu
2016-04-08quagga: Remove iflist global variableDonald Sharp
2016-03-18quagga: delete interface from default table when moved to vrfDon Slice
2015-11-03*: add VRF ID in the API message headerFeng Lu
2015-10-29*: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu
2015-05-19ripngd: ripngd-warnings.patchDonald Sharp
2014-06-04*: nuke ^L (page feed)David Lamparter
2009-12-10ripngd: compiler warnings cleanupStephen Hemminger