summaryrefslogtreecommitdiff
path: root/staticd
AgeCommit message (Expand)Author
2020-03-23staticd: fix vty help textMark Stapp
2020-03-08Merge pull request #5933 from rgirada/frr-staticDonald Sharp
2020-03-07staticd: Fixing memory leak issuergirada
2020-03-07staticd: fix build on Fedora RawhideRuben Kerkhof
2020-03-06*: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-01-15doc: rename man pages to frr-*David Lamparter
2020-01-09staticd: add debug supportMark Stapp
2019-12-06*: revise zapi nexthop encodingMark Stapp
2019-11-30*: make frr_yang_module_info constDavid Lamparter
2019-11-20staticd: remove unneeded newline from zlog callTrey Aspelund
2019-11-14staticd: Make blackhole keyword errors more straightforwardTrey Aspelund
2019-11-08staticd: exact match on magic interface namesQuentin Young
2019-11-02*: Convert connected_free to a double pointerDonald Sharp
2019-11-02*: Convert prefix_free to double pointerDonald Sharp
2019-10-23staticd: check tuple (vrf, name) when interface events receivedPhilippe Guibert
2019-09-30Merge pull request #5009 from donaldsharp/interface_deletionRuss White
2019-09-19*: Convert zapi->interface_delete to ifp callbackDonald Sharp
2019-09-19*: Convert interface_down to interface down callbackDonald Sharp
2019-09-19*: Convert from ->interface_up to the interface callbackDonald Sharp
2019-09-19*: Switch all zclient->interface_add to interface create callbackDonald Sharp
2019-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp
2019-09-17staticd: register to interface events related with non default vrfPhilippe Guibert
2019-09-11Merge pull request #4722 from ak503/staticDonald Sharp
2019-09-07staticd: static route config should fail if gw configured as its local ip.rgirada
2019-09-04staticd: Re-send/Remove routes on interface eventsStephen Worley
2019-08-28staticd: correct update static route when specify nexthop-vrfDmitrii Turlupov
2019-08-19pbrd, sharpd, staticd: Add some color to sample configuration filesDonald Sharp
2019-08-07staticd: Fix blackhole routes being installedDonald Sharp
2019-07-16staticd: Track state of where we are and limit installs/updates to minDonald Sharp
2019-07-16static: Start state tracking to know what we think the route is doingDonald Sharp
2019-07-16staticd: Setup nexthop tracking instead of installing routeDonald Sharp
2019-07-16staticd: Fix static_nht_update to actually know route we are installingDonald Sharp
2019-06-24staticd: If we are told a nexthop has changed reinstall the route.Donald Sharp
2019-06-23Revert "Ospf missing interface handling 2"Donald Sharp
2019-06-12*: change interface structure, from vrf_id to vrfPhilippe Guibert
2019-06-12*: change if_lookup_by_name() api with vrfPhilippe Guibert
2019-05-29staticd: strcpy -> strlcpyQuentin Young
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young
2019-04-04staticd: Allow reinstall of static nexthops on vrf restartDonald Sharp
2019-04-03staticd: Fix static routes that are not added in RIB after Null0 or vrf routesAdrian Ban
2019-02-25*: remove null check before XFREEQuentin Young
2019-01-30build: fix a whole bunch of *FLAGSDavid Lamparter
2019-01-26*: The onlink attribute should be owned by the nexthop not the route.Donald Sharp
2019-01-19lib: remove the vrf_is_mapped_on_netns() functionRenato Westphal
2019-01-04staticd: Fix nht to include SAFI_MULTICASTDonald Sharp
2018-12-28staticd: Do not ready prefix for printing till it's decodedDonald Sharp
2018-12-07staticd: fix static analysis warningsRenato Westphal
2018-11-22staticd: fix null0 routes (again)Quentin Young