summaryrefslogtreecommitdiffstats
path: root/staticd (follow)
Commit message (Expand)AuthorAgeFilesLines
* staticd: fix display of the "nexthop-vrf" parameter of static routesRenato Westphal2020-09-111-1/+2
* staticd: remove checks that are no longer necessaryRenato Westphal2020-09-111-17/+3
* staticd: fix warning when creating routes without SR-TE colorsRenato Westphal2020-08-201-2/+3
* staticd: add support for SR PoliciesSebastien Merle2020-08-127-24/+193
* Merge pull request #6809 from opensourcerouting/staticd-disable-aclDonald Sharp2020-08-041-1/+0
|\
| * staticd,vtysh: no access list commandsRafael Zalamena2020-08-041-1/+0
* | *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-14/+14
|/
* staticd: Formatting changesvdhingra2020-07-161-20/+28
* staticd: Added afi-safi as a key in route-listvdhingra2020-07-163-12/+23
* staticd : Configuration northbound implementationvdhingra2020-07-1616-1145/+2718
* staticd,zebra: use ALLOW_RECURSION for static routesMark Stapp2020-07-071-0/+1
* *: have daemons call frr_fini() at terminationMark Stapp2020-06-111-0/+3
* *: add filter northbound supportRafael Zalamena2020-06-051-0/+1
* build: make clippy Makefile rules nicerDavid Lamparter2020-04-271-2/+3
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-1/+1
* *: sprintf -> snprintfQuentin Young2020-04-211-2/+2
* 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