summaryrefslogtreecommitdiffstats
path: root/zebra/interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-2/+2
* Merge pull request #3288 from nitinsoniism/show_intf_briefDavid Lamparter2019-01-291-10/+118
|\
| * zebra: Support "brief" output for "show interface"Nitin Soni2019-01-081-10/+118
* | Merge pull request #3326 from qlyoung/fix-lla-reinstallationDavid Lamparter2018-11-151-24/+15
|\ \
| * | zebra: force neighbor entry reinstallationQuentin Young2018-10-281-24/+15
* | | zebra: cleanup some leftovers from removed cmdsQuentin Young2018-10-281-8/+4
|/ /
* / zebra: Let zebra know about bond and blond slave intf typesDinesh Dutt2018-11-121-0/+18
|/
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-4/+4
* Merge pull request #3020 from donaldsharp/global_5549Russ White2018-09-241-9/+42
|\
| * zebra: Use actual memory type for zebra info pointerDonald Sharp2018-09-191-2/+4
| * zebra: Abstract mac neigh installation into it's own functionDonald Sharp2018-09-191-7/+38
* | zebra: Cleanup comments to appropriately match styleDonald Sharp2018-09-181-2/+4
* | zebra: resolve link dependencies post nldumpAnuradha Karuppiah2018-09-181-0/+31
|/
* Merge pull request #3023 from qlyoung/ultimate-warning-reference-cards-renameDavid Lamparter2018-09-141-6/+6
|\
| * *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
| * zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-5/+5
* | bgpd lib ospf6d pbrd tests zebra: shadowing fixesF. Aragon2018-09-131-3/+3
|/
* Merge remote-tracking branch 'frr/master' into warningsDavid Lamparter2018-09-121-27/+6
|\
| * Merge pull request #2944 from thbtcllt/masterRuss White2018-09-111-27/+6
| |\
| | * zebra/lib: code cleaningThibaut Collet2018-09-061-1/+1
| | * zebra: fix crash when interface vrf changesThibaut Collet2018-08-301-27/+6
* | | zebra: flog_warn conversionQuentin Young2018-09-061-7/+12
|/ /
* | zebra: do not update link if interface is veth interfacePhilippe Guibert2018-08-291-0/+6
* | zebra: when veth link is used across vrf, the link may not be goodPhilippe Guibert2018-08-271-2/+3
|/
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* lib, zebra: Add LIB_ERR_INTERFACEDonald Sharp2018-08-141-1/+3
* zebra: Remove zebra_static.c and .hDonald Sharp2018-07-291-1/+0
* staticd: Start the addition of a staticdDonald Sharp2018-07-291-13/+0
* lib,zebra: fix json output when vrf1 when not activeNathan Van Gheem2018-07-271-3/+3
* zebra: re-install static routes needed vrf when the vrf intf comes upDon Slice2018-06-181-0/+6
* Merge pull request #2171 from pguibert6WIND/misc_crashes_moving_ifp_from_netnsRuss White2018-05-121-0/+4
|\
| * zebra: avoid inactivating twice an interfacePhilippe Guibert2018-05-041-0/+3
| * zebra: fix missing node attribute set in ifpPhilippe Guibert2018-05-041-0/+1
* | zebra: Fixup crash with vlan interfaces attempted to be usedDonald Sharp2018-05-091-2/+7
|/
* zebra: Notice when our neighbor entry is removed and fight backDonald Sharp2018-04-091-0/+11
* Merge pull request #1927 from pguibert6WIND/issue_1926Renato Westphal2018-04-041-0/+24
|\
| * zebra: delete interface that disappearedPhilippe Guibert2018-03-261-0/+24
* | *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-9/+9
* | zebra: fix misc changes related to link updates with correct znsPhilippe Guibert2018-03-231-2/+4
|/
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-13/+11
* zebra: retrieve zns context from zvrf when netlink discoveryPhilippe Guibert2018-02-271-7/+5
* zebra: fix initialised vrf_id value never readPhilippe Guibert2018-02-271-1/+1
* zebra: ipv6 operations stick to namespacePhilippe Guibert2018-02-271-2/+7
* zebra: socket operations stick to namespace if necessaryPhilippe Guibert2018-02-271-1/+6
* zebra: Install connected routes during VRF change only if interface is upvivek2018-01-211-1/+2
* zebra: Add one-shot thread to recheck speedDonald Sharp2018-01-111-0/+33
* zebra: Remove possible NULL dereference in if_delete_connectedDonald Sharp2017-12-141-35/+36
* *: add missing \n in some help stringsRenato Westphal2017-10-241-1/+1
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-4/+4
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1