summaryrefslogtreecommitdiffstats
path: root/pbrd/pbr_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: create a single registry of daemons' default port valuesMark Stapp2024-02-011-2/+0
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-8/+10
* pbrd: Cleanup zclient on shutdownDonald Sharp2023-11-131-0/+2
* lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-2/+4
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* *: Add ability for daemons to notice resilience changesDonald Sharp2022-11-041-3/+2
* *: 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