summaryrefslogtreecommitdiffstats
path: root/lib/if.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-1/+1
* Merge pull request #767 from donaldsharp/if_updateJafar Al-Gharaibeh2017-06-301-6/+2
|\
| * bgpd, lib, zebra: Fix if_update function to represent what it doesDonald Sharp2017-06-291-6/+2
* | *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-6/+6
* | *: use vty_outlnQuentin Young2017-06-291-4/+4
|/
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-6/+4
* lib: cli: autocomplete variablesDavid Lamparter2017-05-151-0/+32
* bgpd, lib, zebra: Rename if_update_vrf -> if_updateDonald Sharp2017-03-151-2/+2
* bgpd, lib, zebra: Refactor ifname2ifindex to be VRF awareDonald Sharp2017-03-151-7/+1
* *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-151-7/+1
* lib: Refactor if_get_by_name_len to be VRF awareDonald Sharp2017-03-151-10/+4
* *: Refactor if_get_by_name to be VRF awareDonald Sharp2017-03-151-7/+1
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-13/+7
* lib, ospf6d: Refactor if_lookup_prefixDonald Sharp2017-03-151-7/+1
* lib, ospfd: Refactor if_lookup_by_name_lenDonald Sharp2017-03-151-9/+3
* lib, ospfd, ripd: Convert if_lookup_address to be vrf awareDonald Sharp2017-03-151-7/+1
* lib, pimd, zebra: Convert if_lookup_exact_address to VRF onlyDonald Sharp2017-03-151-7/+1
* lib, ospfd, pimd: Convert to using VRF based interface creationDonald Sharp2017-03-151-9/+3
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-9/+3
* *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-081-2/+2
* lib: Treat v6 address as a v6 addressDonald Sharp2017-02-021-1/+1
* 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