summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripngd: Make 'struct zebra_privs_t' availableDonald Sharp2017-10-241-2/+0
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-5/+5
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-10/+10
* *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
* lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-816/+776
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-4/+4
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-4/+4
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-11/+11
|/
* *: use vty_outlnQuentin Young2017-06-291-20/+14
* ripngd: Let ripng announce interface turned on for usage.Donald Sharp2017-05-281-8/+5
* ripngd: Fix missing newlines at end of help stringsDonald Sharp2017-05-281-2/+2
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-3/+2
* *: coccinelle-replace vty->indexDavid Lamparter2016-12-091-6/+3
* Merge branch 'queue/osr/vtysh-generic'David Lamparter2016-12-051-7/+1
|\
| * *: make DEFUN installations file-localDavid Lamparter2016-12-011-7/+1
* | Merge branch 'stable/2.0'David Lamparter2016-12-051-2/+2
|\ \ | |/ |/|
| * ripngd: fix drop of multicast membership when the interface is downRenato Westphal2016-11-251-2/+2
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-3/+3
|\|
| * ripngd: add support for route tagsChristian Franke2016-10-081-3/+3
* | ripngd: dispose of some CHECK ME's for ripngQuentin Young2016-09-271-13/+3
* | ripngd: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-8/+12
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-9/+10
* | ripngd: argv updateDaniel Walton2016-09-231-8/+8
|/
* ripngd: add ECMP supportFeng Lu2016-06-081-30/+7
* quagga: Remove iflist global variableDonald Sharp2016-04-081-5/+5
* quagga: delete interface from default table when moved to vrfDon Slice2016-03-181-1/+1
* *: add VRF ID in the API message headerFeng Lu2015-11-041-12/+14
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-10-301-1/+1
* ripngd: ripngd-warnings.patchDonald Sharp2015-05-201-1/+1
* *: nuke ^L (page feed)David Lamparter2014-06-041-5/+5
* ripngd: compiler warnings cleanupStephen Hemminger2009-12-101-22/+9
* [global] interface flags format warningsStephen Hemminger2009-07-281-5/+6
* [cleanup] Make command nodes staticStephen Hemminger2009-06-121-1/+1
* [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-221-33/+32
* [ripngd] CID #72, remove unneeded NULL checkPaul Jakma2006-05-111-11/+9
* * prefix.[hc]: Pass argument to the inet6_ntoa by value making it morehasso2005-04-081-1/+1
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-50/+38
* * lib/prefix.[hc]: inet6_ntoa utility function copied fromhasso2005-04-051-1/+1
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-021-0/+1
* 2005-03-14 Paul Jakma <paul.jakma@sun.com>paul2005-03-141-6/+6
* 2005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-301-2/+5
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-9/+9
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-2/+2
* Sync with changes in lib. Make more strings const.hasso2004-10-111-10/+10
* Only warning left is the known lvalue problem in ripng_nexthop.c.hasso2004-10-081-6/+6
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-7/+7