summaryrefslogtreecommitdiff
path: root/zebra/zebra_static.c
AgeCommit message (Expand)Author
2018-04-17zebra: Leave some warning breadcrumbsDonald Sharp
2018-04-10Merge pull request #1973 from donaldsharp/static_nh_vrfRenato Westphal
2018-03-27zebra: Prevent installation for a nexthop vrf that is not configed yetDonald Sharp
2018-03-27zebra: Ensure ifindexes are updated for nexthops that are leaked.Donald Sharp
2018-03-27zebra: Fixup enable/disable of static routes in vrfsDonald Sharp
2018-03-27zebra: Properly deregister static nexthopsDonald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-09lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-02-08*: Track vrfs per nexthop not per route entryDonald Sharp
2018-01-23Merge pull request #1618 from donaldsharp/zebra_startup_orderingPhilippe Guibert
2018-01-22zebra: replace 0 value on zebra with VRF_DEFAULTPhilippe Guibert
2018-01-12zebra: Allow static non interface based routes to leakDonald Sharp
2018-01-12zebra: Add the zvrf pointer to the 'struct static_route'Donald Sharp
2018-01-12zebra: Add nh_vrf_id to 'struct route_entry`Donald Sharp
2017-12-05zebra: Replace SELECTED_FIB flag with a rib_dest_t pointerDonald Sharp
2017-09-19zebra: Allow static routes to track how long they've been aroundDonald Sharp
2017-09-15*: use clang's 'ForEachMacros' format style optionRenato Westphal
2017-09-05zebra: display static blackhole routes consistentlyRenato Westphal
2017-08-30*: fix styleQuentin Young
2017-08-28zebra: cleanup blackhole supportDavid Lamparter
2017-08-17lib: optimize IPV4_ADDR_[SAME|COPY]()Jorge Boncompte
2017-08-06zebra: static: update on ifindex changesDavid Lamparter
2017-08-06zebra: static: rename IFINDEX -> IFNAMEDavid Lamparter
2017-07-27zebra: allow fully specified static ipv4 routesRenato Westphal
2017-07-22Revert "*: reindent pt. 2"David Lamparter
2017-07-17*: reindent pt. 2whitespace / reindent
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-06-01zebra: Refactor 'struct rib' to be 'struct route_entry'Donald Sharp
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-02-08zebra: fix uninstallation of LDP labeled static routesRenato Westphal
2017-01-30zebra: support static srcdest routesChristian Franke
2017-01-30zebra: add srcdest support to ribChristian Franke
2017-01-17zebra: Cleanup zebra_static CLANG/SA issues.Donald Sharp
2017-01-06Merge pull request #35 from qlyoung/fix-zebra-rfDonald Sharp
2017-01-06Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp
2016-12-29zebra: check route flags when deciding whether to update existing routeQuentin Young
2016-12-23zebra: fix FIB route updates on *BSDRenato Westphal
2016-12-05Merge branch 'stable/2.0'David Lamparter
2016-11-28zebra/lib: remove redundant fields from zebra_vrfRenato Westphal
2016-11-28*: rename two vrf functionsRenato Westphal
2016-10-25Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-10-21Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp
2016-10-17Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-10-07*: Consistently support 32-bit route tagsChristian Franke
2016-10-06all: removed all DEFUN command stompsDaniel Walton
2016-10-05zebra: Fix wrong afi used in zebra_static.cDonald Sharp
2016-09-30zebra: support FIB override routesTimo Teräs
2016-09-23Revert "zebra: support FIB override routes"Donald Sharp
2016-09-23zebra: support FIB override routesTimo Teräs