summaryrefslogtreecommitdiffstats
path: root/ripd/rip_interface.c
Commit message (Expand)AuthorAgeFilesLines
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-2/+2
* *: add VRF ID in the API message headerFeng Lu2015-06-031-12/+15
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-06-021-1/+0
* make some structures constant.Stephen Hemminger2014-11-031-1/+1
* ripd: add ECMP supportLu Feng2014-09-151-30/+8
* *: 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-301-53/+0
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-251-44/+46
* 2005-10-06 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-10-061-1/+18
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-3/+5
* 2005-08-16 Paul Jakma <paul.jakma@sun.com>paul2005-08-161-39/+1
* 2005-06-01 Paul Jakma <paul.jakma@sun.com>paul2005-06-021-9/+3
* 2005-05-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-05-111-0/+3
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-116/+87
* 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
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-15/+14
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-2/+2
* 2004-10-22 Paul Jakma <paul@dishone.st>paul2004-10-221-18/+12
* OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,hasso2004-10-191-65/+67
* Sync with changes in lib. Make more strings const.hasso2004-10-111-9/+9
* There is no warnings here any more.hasso2004-10-081-6/+6
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-13/+13
* 2004-08-19 Paul Jakma <paul@dishone.st>paul2004-08-191-5/+6
* 2004-06-06 Paul Jakma <paul.jakma@sun.com>paul2004-06-061-1/+63
* 2004-05-08 Paul Jakma <paul@dishone.st>paul2004-05-081-2/+4
* 2004-01-23 sowmini.varadhan@sun.compaul2004-01-231-9/+13
* 2003-10-15 sowmini.varadhan@sun.compaul2003-10-151-16/+11
* 2003-09-29 Paul Jakma <paul@dishone.st>paul2003-09-291-0/+100
* 2003-09-24 sowmini.varadhan@sun.compaul2003-09-231-0/+1
* 2003-06-20 Paul Jakma <paul@dishone.st>paul2003-06-201-4/+6
* 2003-06-08 Paul Jakma <paul@dishone.st>paul2003-06-081-1/+1
* From: Andrew J. Schorr <aschorr@telemetry-investments.com>paul2003-06-071-16/+9
* From: Andrew J. Schorr <aschorr@telemetry-investments.com>paul2003-06-071-28/+52
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-0/+9
* Merge RIP part of 6Wind patch.hasso2003-05-251-43/+194
* Ripd has "no interface ..." command as well.hasso2003-05-241-0/+1
* [zebra 14631] Generic PtP and RFC3021 interface addressing supportpatch_z14631_ptp_rfc3021paul2002-12-131-100/+0
* zebra link state detection supportpatch_z12269_linkstatepaul2002-12-131-4/+4
* Initial revisionpaul2002-12-131-0/+2001