summaryrefslogtreecommitdiffstats
path: root/pbrd/pbr_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* pbrd: Fix memory leakDonald Sharp2020-10-231-0/+2
* lib: fix crashes with leafrefs that point to non-implemented modulesRenato Westphal2020-09-111-1/+0
* pbrd: add frr-vrf to the list of implemented yang modulesRenato Westphal2020-09-101-0/+1
* *: have daemons call frr_fini() at terminationMark Stapp2020-06-111-0/+2
* *: integrate remaining daemons with filterRafael Zalamena2020-06-051-0/+1
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* pbrd: Add `set vrf NAME` and `set vrf unchanged`Stephen Worley2019-11-211-1/+2
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+2
* yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
* *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+7
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* pbrd: Allow PBR to ignore Access List commandsDonald Sharp2018-04-131-0/+5
* pbrd: Remove pbr_eventsDonald Sharp2018-04-061-3/+0
* pbrd: Cleanup CI warningsDonald Sharp2018-04-061-2/+2
* pbrd: Add PBR to FRRDonald Sharp2018-04-061-0/+168