summaryrefslogtreecommitdiff
path: root/pbrd
AgeCommit message (Expand)Author
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-08pbrd: fix large tableids displayed as negativeWesley Coakley
2023-01-31pbrd: Add missing enum's to switch statementDonald Sharp
2022-11-04*: Add ability for daemons to notice resilience changesDonald Sharp
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-08-15pbrd: VTY_GET_CONTEXT can failDonald Sharp
2022-06-27zebra: expand pbr rule action for dataplane programmingAnuradha Karuppiah
2022-05-04Merge pull request #11059 from anlancs/fix/bgpd-evnp-wrong-check-hashgetDonatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-05-02pbrd: fix interface compare usageRafael Zalamena
2022-04-02*: Fix spelling of IntefaceDonald Sharp
2022-03-27*: add SAFI argument to zclient_send_rnhDavid Lamparter
2022-03-12*: When matching against a nexthop send and process what it matched againstDonald Sharp
2022-02-27*: Add necessary new line for output of vty_out()anlan_cs
2022-01-27pbrd: pbr route maps get addr family of nhgsStephen Worley
2022-01-24*: do not print vrf name for interface config when using vrf-liteIgor Ryzhov
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-11-29Merge pull request #10124 from ton31337/feature/vty_jsonIgor Ryzhov
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25pbrd: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-25*: Remove unused variablesDonatas Abraitis
2021-11-25pbrd: Replace prefix2str for JSON to %pFXDonatas Abraitis
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-10-27Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White
2021-10-26Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White
2021-10-23Merge pull request #9742 from elimbaum/add-vlan-actionsJafar Al-Gharaibeh
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-10-15pbrd: fix "set nexthop" for netnsIgor Ryzhov
2021-10-14pbrd: protect from a possible NULL dereferenceIgor Ryzhov
2021-10-07pbrd: add vlan actions to vtyEli Baum
2021-09-27*: Add resolve via default flagDonald Sharp
2021-08-27Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter
2021-08-26Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps
2021-08-26lib: remove unused argument from vrf_cmd_initIgor Ryzhov
2021-08-25*: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-07-29*: cleanup interface node installationIgor Ryzhov
2021-07-08pbrd: Add `match ip-protocol [tcp|udp]`Donald Sharp
2021-07-08bgpd, pbrd, zebra: Encode/decode the ip proto from daemons to zebraDonald Sharp
2021-07-08pbrd: Add ability to set/unset src and dest portsDonald Sharp
2021-07-08pbrd: Start inclusion of src and dst ports for pbrdDonald Sharp
2021-07-01*: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis
2021-07-01*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis
2021-06-21lib: remove vrf-interface config when removing the VRFIgor Ryzhov
2021-05-25Merge pull request #8675 from wesleycoakley/pbr-table-range-core-fixMark Stapp
2021-05-19pbrd: fix coverity warningIgor Ryzhov
2021-05-16pbrd: nhg "add" edge case for last in table rangeWesley Coakley