summaryrefslogtreecommitdiffstats
path: root/zebra/interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-081-0/+2
|\
| * *: fix a bunch of segfaults detected by a CLI fuzzerRenato Westphal2017-05-041-0/+2
* | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-021-0/+18
|\|
| * zebra: fix detection of interface renamesRenato Westphal2017-05-011-0/+17
| * lib: fix segfault on exit caused by interface removalRenato Westphal2017-04-281-0/+1
* | zebra: stop crash on process termination due to stale ifp->nodeDon Slice2017-04-181-0/+1
|/
* zebra: Fix printf formattingDonald Sharp2017-04-041-1/+1
* zebra: Display new speed information in 'show int..' commandDonald Sharp2017-04-031-2/+2
* *: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter2017-03-281-2/+2
* bgpd, lib, zebra: Rename if_update_vrf -> if_updateDonald Sharp2017-03-151-1/+1
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-2/+2
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-8/+0
* Rationalize Link Parameters flagsOlivier Dugeon2017-01-051-4/+4
* *: fix up DEFUNs without install_element callsDavid Lamparter2016-12-051-0/+1
* Merge branch 'queue/osr/vtysh-generic'David Lamparter2016-12-051-31/+1
|\
| * *: make DEFUN installations file-localDavid Lamparter2016-12-011-34/+4
* | Merge branch 'stable/2.0'David Lamparter2016-12-051-76/+41
|\ \ | |/ |/|
| * Merge branch '-renato' into stable/2.0David Lamparter2016-12-051-68/+32
| |\
| | * zebra: order VRFs by name on user outputRenato Westphal2016-11-281-4/+4
| | * *: rename two vrf functionsRenato Westphal2016-11-281-2/+2
| | * lib: convert vrf code to use red-black trees as wellRenato Westphal2016-11-281-16/+15
| | * zebra/lib: move some code aroundRenato Westphal2016-11-281-49/+0
| | * zebra/lib: plug several memleaksRenato Westphal2016-11-281-1/+15
| * | lib, zebra: Minimize display of link-params sub dataDonald Sharp2016-12-051-8/+9
* | | Merge branch 'stable/2.0'David Lamparter2016-12-011-2/+3
|\| |
| * | zebra: check ZEBRA_IFC_REAL on if_upChristian Franke2016-12-011-2/+3
| |/
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-11-221-0/+19
|\|
| * vtysh, zebra: Fix link-params to use exit-link-paramsDonald Sharp2016-11-181-1/+12
| * zebra: fix link-params CLI handlingDavid Lamparter2016-11-121-0/+8
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-64/+55
|\|
| * *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-081-6/+0
| * zebra: use qobj and enable concurrent config editsDavid Lamparter2016-10-071-65/+57
* | bgpd and zebra: scrubbed argc CHECK MEsDaniel Walton2016-09-291-6/+1
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+4
* | zebra: finish all zebra CHECK ME'sQuentin Young2016-09-281-123/+78
* | Expand #defines in command stringsDaniel Walton2016-09-251-6/+6
* | zebra: CHECK ME fixesDaniel Walton2016-09-251-1/+0
* | zebra: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-26/+52
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-7/+7
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-48/+44
* | zebra: argv update for all but zebra_vty.cDaniel Walton2016-09-221-33/+36
* | Revert "lib, zebra: Fixup if.c to work in the new regime"Daniel Walton2016-09-221-0/+1
* | Revert "zebra: Fixup to use the new parser"Daniel Walton2016-09-221-30/+30
* | zebra: Fixup to use the new parserDonald Sharp2016-09-211-30/+30
* | lib, zebra: Fixup if.c to work in the new regimeDonald Sharp2016-09-211-1/+0
|/
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* zebra: Refactor interface statistic callingDonald Sharp2016-09-171-32/+17
* Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-031-6/+811
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-09-031-17/+1
* zebra: create an abstraction layer for netlink_neigh_update()Renato Westphal2016-08-081-2/+2