summaryrefslogtreecommitdiffstats
path: root/staticd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-33/+9
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-14/+2
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+24
* Merge pull request #4722 from ak503/staticDonald Sharp2019-09-111-1/+2
|\
| * staticd: correct update static route when specify nexthop-vrfDmitrii Turlupov2019-08-281-1/+2
* | staticd: static route config should fail if gw configured as its local ip.rgirada2019-09-072-1/+42
* | staticd: Re-send/Remove routes on interface eventsStephen Worley2019-09-041-1/+7
* | pbrd, sharpd, staticd: Add some color to sample configuration filesDonald Sharp2019-08-191-1/+3
* | staticd: Fix blackhole routes being installedDonald Sharp2019-08-081-3/+21
* | staticd: Track state of where we are and limit installs/updates to minDonald Sharp2019-07-163-1/+121
* | static: Start state tracking to know what we think the route is doingDonald Sharp2019-07-161-0/+26
* | staticd: Setup nexthop tracking instead of installing routeDonald Sharp2019-07-162-2/+7
* | staticd: Fix static_nht_update to actually know route we are installingDonald Sharp2019-07-165-36/+70
|/
* staticd: If we are told a nexthop has changed reinstall the route.Donald Sharp2019-06-241-12/+1
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-242-10/+9
* *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-2/+2
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-122-7/+8
* staticd: strcpy -> strlcpyQuentin Young2019-05-291-1/+1
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-18/+10
* staticd: Allow reinstall of static nexthops on vrf restartDonald Sharp2019-04-041-0/+1
* staticd: Fix static routes that are not added in RIB after Null0 or vrf routesAdrian Ban2019-04-031-2/+2
* *: remove null check before XFREEQuentin Young2019-02-261-24/+12
* build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* *: The onlink attribute should be owned by the nexthop not the route.Donald Sharp2019-01-271-2/+2
* lib: remove the vrf_is_mapped_on_netns() functionRenato Westphal2019-01-201-12/+12
* staticd: Fix nht to include SAFI_MULTICASTDonald Sharp2019-01-041-37/+46
* staticd: Do not ready prefix for printing till it's decodedDonald Sharp2018-12-291-2/+2
* staticd: fix static analysis warningsRenato Westphal2018-12-071-4/+4
* staticd: fix null0 routes (again)Quentin Young2018-11-221-20/+48
* Merge pull request #3311 from dslicenc/static-int-upDavid Lamparter2018-11-193-4/+72
|\
| * staticd: remove stale header info in static_fixup_intf_nhDon Slice2018-11-121-1/+0
| * staticd: install static routes in a vrf when next-hop interface comes upDon Slice2018-11-123-4/+73
* | *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
|/
* *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+5
* Merge pull request #3227 from qlyoung/fix-exit-vrf-placement-upstreamDavid Lamparter2018-10-261-1/+1
|\
| * vtysh: fix exit-vrf printingQuentin Young2018-10-241-1/+1
* | staticd: finish missing onlink piecesQuentin Young2018-10-241-3/+9
|/
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-2/+2
* staticd: add ability to create onlink static routeQuentin Young2018-10-164-33/+55
* staticd: Allow table_id to be a distinguisher for installationDonald Sharp2018-09-141-0/+3
* build: fix not building docs w/o sphinxDavid Lamparter2018-09-091-1/+1
* Merge pull request #2862 from opensourcerouting/non-recursiveDonald Sharp2018-09-091-0/+2
|\
| * build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+2
* | *: fix clang-6 SA warningsDavid Lamparter2018-09-081-2/+2
|/
* staticd: Fix 'show debug static" commandDonald Sharp2018-09-071-0/+14
* static: Put vty_frame around vrf output in staticd.Donald Sharp2018-08-311-0/+6
* staticd: Fix mixup in vrf translationsDonald Sharp2018-08-312-33/+55
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* staticd: refcount the nht add/removalDonald Sharp2018-08-251-2/+90