summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_static.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-461/+463
* zebra: Refactor 'struct rib' to be 'struct route_entry'Donald Sharp2017-06-011-57/+57
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* zebra: fix uninstallation of LDP labeled static routesRenato Westphal2017-02-081-31/+4
* zebra: support static srcdest routesChristian Franke2017-01-301-11/+16
* zebra: add srcdest support to ribChristian Franke2017-01-301-2/+2
* zebra: Cleanup zebra_static CLANG/SA issues.Donald Sharp2017-01-181-0/+2
* Merge pull request #35 from qlyoung/fix-zebra-rfDonald Sharp2017-01-071-1/+2
|\
| * zebra: check route flags when deciding whether to update existing routeQuentin Young2016-12-291-1/+2
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-01-061-1/+1
|\ \ | |/ |/|
| * zebra: fix FIB route updates on *BSDRenato Westphal2016-12-231-1/+1
* | Merge branch 'stable/2.0'David Lamparter2016-12-051-2/+2
|\|
| * zebra/lib: remove redundant fields from zebra_vrfRenato Westphal2016-11-281-1/+1
| * *: rename two vrf functionsRenato Westphal2016-11-281-1/+1
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-251-3/+3
|\|
| * Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-10-211-3/+3
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-29/+86
|\|
| * *: Consistently support 32-bit route tagsChristian Franke2016-10-081-2/+2
| * zebra: Fix wrong afi used in zebra_static.cDonald Sharp2016-10-051-1/+1
| * zebra: support FIB override routesTimo Teräs2016-09-301-4/+12
| * Revert "zebra: support FIB override routes"Donald Sharp2016-09-231-12/+4
| * zebra: support FIB override routesTimo Teräs2016-09-231-4/+12
| * mpls: add support for LDP LSPsRenato Westphal2016-09-231-2/+2
| * MPLS: Install labeled static routesvivek2016-09-231-21/+61
| * MPLS: Configure static routes with labels in Quaggavivek2016-09-231-7/+16
* | all: removed all DEFUN command stompsDaniel Walton2016-10-061-0/+1
|/
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* zebra: Refactor v4 and v6 static_add into 1 functionDonald Sharp2016-09-011-116/+35
* zebra: Refactor v4 and v6 static_deleteDonald Sharp2016-09-011-68/+12
* zebra: Create zebra_static.[ch] to isolate codeDonald Sharp2016-09-011-0/+617