summaryrefslogtreecommitdiffstats
path: root/pbrd (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib,pbrd: clean up style issuesMark Stapp2023-07-251-4/+4
* Merge pull request #14050 from LabNConsulting/ziemba-pbr-zapi-commonRuss White2023-07-251-59/+100
|\
| * lib: zapi PBR common encode/decodeG. Paul Ziemba2023-07-201-59/+100
* | pbrd: fix coverity issueG. Paul Ziemba2023-07-211-1/+2
|/
* pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (zapi)G. Paul Ziemba2023-07-191-6/+22
* pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (pbr feature)G. Paul Ziemba2023-07-193-30/+195
* pbrd: fix crash with match commandanlan_cs2023-06-281-0/+5
* pbrd, zebra: fix zapi and netlink rule encodingMark Stapp2023-06-121-6/+15
* *: Convert event.h to frrevent.hDonald Sharp2023-03-243-3/+3
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-242-2/+2
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-242-2/+2
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-243-3/+3
* pbrd:fix mismatching in match src-dstChirag Shah2023-03-181-2/+2
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0915-210/+15
* pbrd: fix large tableids displayed as negativeWesley Coakley2023-02-081-4/+4
* pbrd: Add missing enum's to switch statementDonald Sharp2023-01-311-1/+2
* *: Add ability for daemons to notice resilience changesDonald Sharp2022-11-043-3/+7
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-263-8/+0
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* pbrd: VTY_GET_CONTEXT can failDonald Sharp2022-08-151-0/+54
* zebra: expand pbr rule action for dataplane programmingAnuradha Karuppiah2022-06-271-2/+6
* Merge pull request #11059 from anlancs/fix/bgpd-evnp-wrong-check-hashgetDonatas Abraitis2022-05-041-6/+8
|\
| * *: remove the checking returned value for hash_get()anlan_cs2022-05-021-6/+8
* | pbrd: fix interface compare usageRafael Zalamena2022-05-021-2/+1
|/
* *: Fix spelling of IntefaceDonald Sharp2022-04-021-1/+1
* *: add SAFI argument to zclient_send_rnhDavid Lamparter2022-03-271-1/+2
* *: When matching against a nexthop send and process what it matched againstDonald Sharp2022-03-121-3/+6
* *: Add necessary new line for output of vty_out()anlan_cs2022-02-271-1/+1
* pbrd: pbr route maps get addr family of nhgsStephen Worley2022-01-274-1/+56
* *: do not print vrf name for interface config when using vrf-liteIgor Ryzhov2022-01-241-6/+2
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-2/+1
* Merge pull request #10124 from ton31337/feature/vty_jsonIgor Ryzhov2021-11-291-17/+5
|\
| * *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-4/+2
| * pbrd: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-13/+3
* | *: Remove unused variablesDonatas Abraitis2021-11-251-1/+0
* | pbrd: Replace prefix2str for JSON to %pFXDonatas Abraitis2021-11-251-6/+2
|/
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-224-20/+4
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White2021-10-271-2/+25
|\
| * pbrd: fix "set nexthop" for netnsIgor Ryzhov2021-10-151-2/+25
* | Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-261-7/+11
|\ \
| * | *: convert zclient callbacks to tableDavid Lamparter2021-10-201-7/+11
* | | Merge pull request #9742 from elimbaum/add-vlan-actionsJafar Al-Gharaibeh2021-10-234-5/+153
|\ \ \ | |/ / |/| |
| * | pbrd: add vlan actions to vtyEli Baum2021-10-074-5/+153
* | | pbrd: protect from a possible NULL dereferenceIgor Ryzhov2021-10-141-1/+1
| |/ |/|
* | *: Add resolve via default flagDonald Sharp2021-09-271-1/+1
|/
* Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\
| * lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-1/+2
|\ \ | |/ |/|
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+2