summaryrefslogtreecommitdiffstats
path: root/zebra/interface.c
Commit message (Expand)AuthorAgeFilesLines
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-02-261-17/+1
* zebra: Cleanup RTADV defineDonald Sharp2015-12-081-10/+10
* Fixed if_add_update possible null dereferenceMorgan Stewart2015-09-241-0/+2
* zebra: let FIB stand for its respective VRFFeng Lu2015-06-021-2/+2
* zebra: show interfaces in a specified VRF or all VRFsFeng Lu2015-06-021-23/+186
* lib, zebra, vtysh: configure an interface in non-default VRFFeng Lu2015-06-021-4/+19
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-06-021-1/+0
* lib, zebra: add "vrf_id" into the "struct interface"Feng Lu2015-06-021-9/+13
* zebra: use prefix2str for logging where possibleTimo Teräs2015-06-011-3/+2
* zebra: fix NetBSD interface stats printfDavid Lamparter2015-04-211-18/+23
* zebra: print "no link-detect"David Lamparter2015-03-021-0/+2
* *: nuke ^L (page feed)David Lamparter2014-06-041-1/+1
* zebra: improve interface shutdown behaviourChristian Franke2013-09-191-16/+48
* zebra: don't change connected state from zebra/interface.cChristian Franke2013-09-191-87/+39
* zebra: add ZEBRA_IFC_QUEUED to keep track of kernel stateChristian Franke2013-09-191-5/+14
* zebra: clear ZEBRA_IFC_CONFIGURED on "no ipv6 addr"Christian Franke2013-09-191-0/+2
* zebra: make if_subnet_delete a bit more strictChristian Franke2013-09-191-1/+16
* zebra: lingering IP address after deletion (BZ#486)David Lamparter2012-07-131-3/+18
* zebra: justify some IPv6 ND RA timers wrt RFCDenis Ovsienko2012-01-261-4/+18
* general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-061-1/+1
* zebra: fix infinite loop when deleting an interfaceRoman Hoog Antink2010-05-051-0/+4
* zebra: remove unused function to fix warningStephen Hemminger2009-12-081-13/+0
* RFC 4191 Default Router Preference support for router advertisementsChris Caputo2009-06-231-0/+9
* [cleanup] Use correct buffer size for inet_ntop()Stephen Hemminger2009-06-181-2/+2
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-2/+1
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-4/+4
* [zebra] Retain configured IPv4 address upon removal by kernelPaul Jakma2007-04-101-14/+21
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-18/+3
* [zebra] Fix forgetfulness wrt configured address on FreeBSDPaul Jakma2006-06-151-0/+2
* [zebra] remove internal if_flag_dump, use libzebras version.Paul Jakma2006-06-151-45/+2
* [zebra] CID #31, guard against potential NULL return of route_node_lookupPaul Jakma2006-05-111-2/+2
* [zebra] Display flags on their line in 'show interface'.paul2006-02-021-1/+3
* [zebra/solaris] Interface state fixups for Solaris.paul2006-01-251-15/+71
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-031-2/+13
* 2005-09-12 Paul Jakma <paul.jakma@sun.com>paul2005-09-121-4/+4
* 2005-07-29 Paul Jakma <paul.jakma@sun.com>paul2005-07-291-9/+1
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-15/+15
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-27/+15
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-021-30/+15
* 2005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>vincent2005-03-251-2/+21
* * zebra/interaface.c: "show interface description" commandhasso2005-03-131-0/+47
* * interface.c: Fix CRC and frame errors statistics in Linux.hasso2005-03-061-1/+1
* * interface.c: Better statistics output in "show interface" command inhasso2005-01-181-13/+15
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-4/+4
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-6/+6
* Remove dead "ip tunnel" command.hasso2004-10-281-23/+0
* OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,hasso2004-10-191-4/+2
* Some compiler warnings fixes and fix for bugzilla #119.hasso2004-10-121-8/+20
* New way to handle secondary addresses from Gilad Arnold.hasso2004-10-031-79/+184
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-8/+8