summaryrefslogtreecommitdiffstats
path: root/zebra/if_ioctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-7/+4
* *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-1/+2
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+2
* ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert2019-06-111-2/+3
* zebra: remove all instances of strncpyQuentin Young2019-02-251-1/+1
* zebra: set connected route metric based on the devaddr metricAnuradha Karuppiah2019-01-251-2/+3
* lib: retrofit interface commands to the new northbound modelRenato Westphal2018-10-271-2/+2
* *: style for EC replacementsQuentin Young2018-09-131-2/+2
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-5/+5
* zebra: fix includesQuentin Young2018-09-061-0/+1
* zebra: flog_warn conversionQuentin Young2018-09-061-3/+5
* zebra: No prototype and uninited variablesDonald Sharp2018-08-261-0/+1
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-2/+2
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-3/+3
* zebra, lib: error references for zebraQuentin Young2018-08-141-1/+3
* lib, zebra: Add LIB_ERR_INTERFACEDonald Sharp2018-08-141-3/+5
* zebra: Fix crash with certain types of tunnelsDonald Sharp2018-04-151-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* zebra: handle some ioctl operations for VRFPhilippe Guibert2018-02-271-1/+1
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+2
* lib: nuke the if_*_by_name_len() functionsRenato Westphal2017-10-101-8/+2
* zebra: drop IPv6 "broadcast" and "peer" addr codeDavid Lamparter2017-08-281-25/+2
* build: zebra: remove *_method Makefile hacksDavid Lamparter2017-07-311-0/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-250/+237
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* lib: Refactor if_get_by_name_len to be VRF awareDonald Sharp2017-03-151-2/+4
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-1/+1
* zebra: Fix signed/unsigned comparisonDonald Sharp2017-01-191-1/+1
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-4/+2
* build: massively remove needless checksDavid Lamparter2016-11-151-132/+2
* zebra: Fix some warnings found during compile.Donald Sharp2016-10-081-0/+1
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* *: fix trivial build errors on *BSDRenato Westphal2016-08-081-1/+1
* lib, zebra: The Bulk of the conversion over to NS and VRFDonald Sharp2016-02-011-6/+4
* zebra, lib/memtypes.c: the netlink sockets work per VRFFeng Lu2015-10-301-1/+8
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-38/+43
* [zebra] Defensive if_getaddrs bug fix.paul2006-01-171-0/+7
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-031-1/+2
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-7/+7
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-4/+2
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-031-2/+6
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-7/+7
* 2004-09-24 Paul Jakma <paul@dishone.st>paul2004-09-241-2/+2
* 2003-06-11 Paul Jakma <paul@dishone.st>paul2003-07-111-0/+1
* Michal Ludvig <michal@logix.cz>paul2002-12-131-11/+24
* Initial revisionpaul2002-12-131-0/+438