summaryrefslogtreecommitdiffstats
path: root/lib/if.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: replace strlcpy & strlcat with glibc versionsDavid Lamparter2016-11-151-1/+0
* build: massively remove needless checksDavid Lamparter2016-11-151-24/+0
* lib: use qobj for vty->index context positionDavid Lamparter2016-10-071-8/+4
* lib: qobj: register ifaces, routemaps & keychainsDavid Lamparter2016-10-071-0/+6
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+6
* Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-031-0/+44
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-09-031-0/+60
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-13/+13
* zebra/ospf/ospf6: Fix several memory leaks on if up/downDon Slice2016-06-281-0/+6
* Fix most compiler warnings in default GCC build.Paul Jakma2016-05-261-8/+6
* lib: Fix connected lookupDonald Sharp2016-05-121-0/+18
* lib: refactor connected_lookup_prefixDonald Sharp2016-05-121-9/+4
* lib, zebra: Refactor vrf creation a bit moreDonald Sharp2016-04-131-1/+1
* quagga: Remove iflist global variableDonald Sharp2016-04-081-9/+2
* lib, zebra: Rename ZEBRA_VRF_ACTIVEDonald Sharp2016-04-081-1/+1
* lib: Refactor XX_name_len awayDonald Sharp2016-04-081-1/+1
* lib: Combine name comparison functionDonald Sharp2016-03-311-5/+7
* bgpd, lib, zebra: Add ability to retrieve ifp without specifying a vrfDonald Sharp2016-03-231-0/+18
* Quagga: Fix interface move from VRF to default VRFvivek2016-02-281-4/+6
* zebra: fix interface lookup for vrf configurationDon Slice2016-02-101-7/+44
* lib: Allow vrf under the cliDonald Sharp2016-02-011-3/+85
* Quagga: Fixup decision about what an unnumbered interface isDonald Sharp2015-11-201-30/+0
* lib, zebra, vtysh: configure an interface in non-default VRFFeng Lu2015-10-301-0/+21
* lib: move the interface list into "struct vrf"Feng Lu2015-10-301-50/+176
* lib, zebra: add "vrf_id" into the "struct interface"Feng Lu2015-10-301-4/+4
* Zebra: Add IPv6 protocol filtering support & Setting Src of IPv6 routesDinesh G Dutt2015-09-161-9/+26
* lib: lib-warnings.patchDonald Sharp2015-05-201-6/+0
* Unnumbered interface support.Donald Sharp2015-05-201-0/+30
* ptm-integration.patchDonald Sharp2015-05-201-2/+16
* 'neighbor <if-name> interface' config support in BGP including RA/Zebra changes.Donald Sharp2015-05-201-0/+58
* zebra-enable-link-detect-by-default.patchDonald Sharp2015-05-201-0/+3
* *: nuke ^L (page feed)David Lamparter2014-06-041-5/+5
* ospf6d: correct nexthop through directly connected networksDinesh Dutt2013-11-081-0/+24
* Merge quagga mainline into the google ISIS code.Avneesh Sachdev2012-04-121-9/+7
|\
| * lib/if: trivial, fix rarely used if debug function to print everythingPaul Jakma2012-01-061-6/+10
| * lib: fix compile warnings from set-never-usedStephen Hemminger2011-12-061-6/+0
* | lib: Tweak to if_delete_retain()Josh Bailey2012-04-081-1/+3
|/
* lib: fix more format warnings (#637)Christian Hammers2011-03-231-1/+1
* lib: Add a function to delete all interfacesTom Goff2011-03-211-0/+18
* lib: if_lookup_by_name should be more robust to null argumentPaul Jakma2009-08-281-7/+9
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* [cleanup] add const attribute to lib/if.c::if_dumpStephen Hemminger2009-06-121-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-3/+1
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-38/+9
* [lib] Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commandsPaul Jakma2006-10-161-2/+46
* [zebra] remove internal if_flag_dump, use libzebras version.Paul Jakma2006-06-151-1/+2
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-031-1/+1
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-261-1/+1
* 2005-05-06 Paul Jakma <paul@dishone.st>paul2005-05-061-11/+17
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-33/+17