summaryrefslogtreecommitdiffstats
path: root/lib/if.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: style for EC replacementsQuentin Young2018-09-131-20/+16
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-4/+4
* zebra: if multiple connecteds, select loopback or vrf if presentDon Slice2018-08-231-0/+1
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-4/+4
* lib, zebra: Add LIB_ERR_INTERFACEDonald Sharp2018-08-141-4/+8
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-12/+12
* ospfd: Treat vrf interface as loopback typeChirag Shah2018-03-081-0/+2
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-3/+3
* lib: Allow interface lookup by VRF_UNKNOWNDonald Sharp2018-01-121-0/+7
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-0/+7
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-2/+38
* *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal2017-10-101-1/+0
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+6
* lib: nuke the if_*_by_name_len() functionsRenato Westphal2017-10-101-13/+4
* lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-5/+12
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-1/+1
* *: reindent pt. 2whitespace / reindent2017-07-171-1/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-250/+253
* bgpd, lib, zebra: Fix if_update function to represent what it doesDonald Sharp2017-06-291-2/+1
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
* lib, zebra: Fix CR commentsDonald Sharp2017-04-041-1/+1
* lib, zebra: Add ability to pass interface speed up from zebraDonald Sharp2017-04-031-0/+3
* 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-2/+1
* *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-151-2/+1
* lib: Refactor if_get_by_name_len to be VRF awareDonald Sharp2017-03-151-3/+1
* *: Refactor if_get_by_name to be VRF awareDonald Sharp2017-03-151-4/+2
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-3/+2
* lib, ospf6d: Refactor if_lookup_prefixDonald Sharp2017-03-151-2/+1
* lib, ospfd: Refactor if_lookup_by_name_lenDonald Sharp2017-03-151-4/+2
* lib, ospfd, ripd: Convert if_lookup_address to be vrf awareDonald Sharp2017-03-151-4/+3
* lib, pimd, zebra: Convert if_lookup_exact_address to VRF onlyDonald Sharp2017-03-151-2/+1
* lib, ospfd, pimd: Convert to using VRF based interface creationDonald Sharp2017-03-151-3/+2
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-2/+1
* lib: make interface metric a uint32_tQuentin Young2017-01-091-1/+1
* Rationalize Link Parameters flagsOlivier Dugeon2017-01-051-3/+6
* Merge branch 'queue/osr/vtysh-generic'David Lamparter2016-12-051-15/+1
|\
| * *: make DEFUN installations file-localDavid Lamparter2016-12-011-15/+3
* | Merge branch '-rip' into stable/2.0David Lamparter2016-12-051-2/+2
|\ \
| * | ripd: fix the "neighbor" command.Renato Westphal2016-11-251-2/+2
* | | lib, zebra: Minimize display of link-params sub dataDonald Sharp2016-12-051-0/+2
| |/ |/|
* | build: massively remove needless checksDavid Lamparter2016-11-151-7/+0
|/
* lib: qobj: register ifaces, routemaps & keychainsDavid Lamparter2016-10-071-0/+4
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+4
* Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-031-0/+64
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-09-031-12/+63
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-11/+13
* lib: Fix connected lookupDonald Sharp2016-05-121-0/+2
* lib: refactor connected_lookup_prefixDonald Sharp2016-05-121-2/+2
* quagga: Remove iflist global variableDonald Sharp2016-04-081-3/+2