summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_static.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra, libs: use const prefix ptrs in apisMark Stapp2018-07-111-4/+5
* zebra: add table keyword to route configuration vty commandPhilippe Guibert2018-06-011-2/+7
* Merge pull request #1973 from donaldsharp/static_nh_vrfRenato Westphal2018-04-101-0/+3
|\
| * zebra: Fixup enable/disable of static routes in vrfsDonald Sharp2018-03-271-0/+3
* | *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-7/+7
|/
* zebra: Add the zvrf pointer to the 'struct static_route'Donald Sharp2018-01-121-0/+2
* zebra: display static blackhole routes consistentlyRenato Westphal2017-09-051-4/+10
* zebra: cleanup blackhole supportDavid Lamparter2017-08-281-8/+2
* zebra: increase maximum label stack depthRenato Westphal2017-08-221-1/+3
* zebra: static: update on ifindex changesDavid Lamparter2017-08-061-2/+4
* zebra: static: rename IFINDEX -> IFNAMEDavid Lamparter2017-08-061-3/+3
* zebra: allow fully specified static ipv4 routesRenato Westphal2017-07-281-5/+1
* zebra: remove redundant DEFUNs for labeled static routesRenato Westphal2017-07-281-12/+0
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-86/+80
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* zebra: support static srcdest routesChristian Franke2017-01-301-2/+7
* zebra: Cleanup zebra_static CLANG/SA issues.Donald Sharp2017-01-181-6/+9
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-10-211-1/+1
* *: Consistently support 32-bit route tagsChristian Franke2016-10-081-3/+3
* zebra: install MPLS CLI commands only if MPLS is enabled.Renato Westphal2016-09-231-0/+13
* MPLS: Configure static routes with labels in Quaggavivek2016-09-231-4/+16
* zebra: Refactor v4 and v6 static_add into 1 functionDonald Sharp2016-09-011-7/+4
* zebra: Refactor v4 and v6 static_deleteDonald Sharp2016-09-011-7/+4
* zebra: Create zebra_static.[ch] to isolate codeDonald Sharp2016-09-011-0/+95