summaryrefslogtreecommitdiffstats
path: root/ripd/rip_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-3/+2
* *: use hooks for sending SNMP trapsDavid Lamparter2017-03-251-6/+5
* *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-081-3/+2
* ripd: Prevent rip null dereferenceDonald Sharp2017-02-021-14/+16
* *: coccinelle-replace vty->indexDavid Lamparter2016-12-091-40/+20
* ripd: fix `ip rip receive...` commandQuentin Young2016-12-061-1/+1
* ripd: fix indentation problems introduced by wrong conflict resolutionRenato Westphal2016-12-051-33/+33
* Merge branch 'queue/osr/vtysh-generic'David Lamparter2016-12-051-5/+1
|\
| * *: make DEFUN installations file-localDavid Lamparter2016-12-011-5/+1
* | Merge branch 'stable/2.0'David Lamparter2016-12-051-7/+57
|\ \ | |/ |/|
| * ripd: add "none" option to the "ip rip receive version" commandRenato Westphal2016-11-251-7/+13
| * ripd: implement the "ip rip v2-broadcast" CLI commandRenato Westphal2016-11-251-1/+45
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-42/+35
|\|
| * ripd: add support for route tagsChristian Franke2016-10-081-3/+3
| * ripd: split-horizon default differed between rip_interface_new and _resetPaul Jakma2016-09-231-68/+61
* | all: Fix various syntax errorsQuentin Young2016-10-041-1/+1
* | ospfd, ospf6d, ripd: Fix miscellaneous syntax errorsQuentin Young2016-10-041-3/+3
* | all: fix sundry syntax errorsQuentin Young2016-10-011-4/+4
* | all: added some missing <>s within []sDaniel Walton2016-09-301-2/+2
* | all: scrubbed some argc CHECK MEsDaniel Walton2016-09-291-1/+0
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+1
* | ripd, ripngd: cli refactorQuentin Young2016-09-271-143/+53
* | ripd: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-19/+30
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-7/+7
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-80/+84
* | ripd: argv updateDaniel Walton2016-09-231-21/+21
* | Revert "ripd: Fixup code to work under new way"Daniel Walton2016-09-221-21/+21
* | ripd: Fixup code to work under new wayDonald Sharp2016-09-211-21/+21
|/
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-2/+2
* lib: fix setting of IPv4 multicast sockopts on OpenBSDRenato Westphal2016-08-081-2/+8
* ripd: add ECMP supportLu Feng2016-05-261-30/+8
* make some structures constant.Stephen Hemminger2016-05-261-1/+1
* quagga: Remove iflist global variableDonald Sharp2016-04-081-7/+7
* quagga: delete interface from default table when moved to vrfDon Slice2016-03-181-1/+4
* *: add VRF ID in the API message headerFeng Lu2015-11-041-12/+15
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-10-301-1/+0
* ripd: ripd-warnings.patchDonald Sharp2015-05-201-1/+1
* *: nuke ^L (page feed)David Lamparter2014-06-041-8/+8
* lib: simplify interface of setsockopt_multicast_ipv4().Dmitrij Tejblum2011-09-271-12/+5
* ripd: fix compiler warningsStephen Hemminger2009-12-101-8/+11
* [global] interface flags format warningsStephen Hemminger2009-07-281-5/+6
* [cleanup] Make command nodes staticStephen Hemminger2009-06-121-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-2/+1
* [ripd] Fix metrix in call to rip_zebra_ipv4_deleteKrisztian Kovacs2009-06-021-1/+1
* [ripd] remove unnecessary 0 entries from struct message'sPaul Jakma2008-03-131-1/+0
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-9/+6
* [ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updatesPaul Jakma2006-05-041-6/+12
* 2005-10-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-311-53/+0
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-261-44/+46
* 2005-10-06 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-10-061-1/+18