summaryrefslogtreecommitdiffstats
path: root/staticd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-171-0/+1
|\
| * *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* | *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* | *: remove second parameter on install_node()David Lamparter2020-04-161-1/+2
* | *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* | *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+5
|/
* *: use the current project name (FRRouting)Lou Berger2020-03-252-2/+2
* staticd: fix vty help textMark Stapp2020-03-231-4/+4
* Merge pull request #5933 from rgirada/frr-staticDonald Sharp2020-03-083-0/+9
|\
| * staticd: Fixing memory leak issuergirada2020-03-083-0/+9
* | staticd: fix build on Fedora RawhideRuben Kerkhof2020-03-071-1/+1
|/
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-1/+1
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-052-25/+21
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* staticd: add debug supportMark Stapp2020-01-095-4/+233
* *: revise zapi nexthop encodingMark Stapp2019-12-061-2/+3
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* staticd: remove unneeded newline from zlog callTrey Aspelund2019-11-201-1/+1
* staticd: Make blackhole keyword errors more straightforwardTrey Aspelund2019-11-141-2/+2
* staticd: exact match on magic interface namesQuentin Young2019-11-081-3/+3
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert prefix_free to double pointerDonald Sharp2019-11-021-1/+1
* staticd: check tuple (vrf, name) when interface events receivedPhilippe Guibert2019-10-231-0/+4
* Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-301-60/+18
|\
| * *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-20/+1
| * *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-13/+2
| * *: 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
* | staticd: register to interface events related with non default vrfPhilippe Guibert2019-09-173-0/+21
|/
* 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