summaryrefslogtreecommitdiffstats
path: root/lib/if.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-2/+0
* Rationalize Link Parameters flagsOlivier Dugeon2017-01-051-2/+2
* lib: remove vty->indexDavid Lamparter2016-12-091-1/+1
* *: fix up DEFUNs without install_element callsDavid Lamparter2016-12-051-0/+2
* Merge branch 'queue/osr/vtysh-generic'David Lamparter2016-12-051-0/+11
|\
| * *: make DEFUN installations file-localDavid Lamparter2016-12-011-0/+18
* | Merge branch 'stable/2.0'David Lamparter2016-12-051-89/+23
|\ \ | |/ |/|
| * Merge branch '-rip' into stable/2.0David Lamparter2016-12-051-4/+4
| |\
| | * ripd: fix the "neighbor" command.Renato Westphal2016-11-251-4/+4
| * | Merge branch '-renato' into stable/2.0David Lamparter2016-12-051-75/+14
| |\ \
| | * | zebra: order VRFs by name on user outputRenato Westphal2016-11-281-1/+1
| | * | lib: convert vrf code to use red-black trees as wellRenato Westphal2016-11-281-21/+14
| | * | zebra/lib: move some code aroundRenato Westphal2016-11-281-54/+0
| | |/
| * | lib, zebra: Minimize display of link-params sub dataDonald Sharp2016-12-051-5/+5
* | | Merge branch 'vtysh-grammar'David Lamparter2016-11-281-54/+47
|\ \ \ | |/ / |/| |
| * | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-8/+10
| |\|
| * | all: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-6/+3
| * | all: scrubbed some argc CHECK MEsDaniel Walton2016-09-291-4/+3
| * | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+3
| * | Expand #defines in command stringsDaniel Walton2016-09-251-3/+3
| * | Expand #defines in command stringsDaniel Walton2016-09-251-1/+1
| * | lib: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-3/+6
| * | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-2/+2
| * | lib: argv update for if.cQuentin Young2016-09-221-49/+40
| * | Revert "lib, zebra: Fixup if.c to work in the new regime"Daniel Walton2016-09-221-28/+49
| * | lib, zebra: Fixup if.c to work in the new regimeDonald Sharp2016-09-211-49/+28
* | | 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