summaryrefslogtreecommitdiffstats
path: root/staticd (follow)
Commit message (Expand)AuthorAgeFilesLines
* staticd: replace inet_ntoaMark Stapp2020-10-221-2/+1
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-9/+6
* Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-2/+2
|\
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
| * *: move "debug ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | staticd: To set the default value of blackhole type correctlyvdhingra2020-10-091-0/+1
* | Merge pull request #6882 from vishaldhingra/staticDonald Sharp2020-10-038-21/+103
|\ \
| * | staticd : Added the warning log for route when VRF is not ready.vdhingra2020-09-018-21/+103
* | | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
| |/ |/|
* | *: make failure to decode nht update an errorQuentin Young2020-10-011-1/+1
* | 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
|\