summaryrefslogtreecommitdiffstats
path: root/pbrd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
|/
* *: cleanup interface node installationIgor Ryzhov2021-07-291-11/+1
* pbrd: Add `match ip-protocol [tcp|udp]`Donald Sharp2021-07-083-1/+47
* bgpd, pbrd, zebra: Encode/decode the ip proto from daemons to zebraDonald Sharp2021-07-081-0/+1
* pbrd: Add ability to set/unset src and dest portsDonald Sharp2021-07-081-0/+51
* pbrd: Start inclusion of src and dst ports for pbrdDonald Sharp2021-07-082-2/+8
* *: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis2021-07-011-3/+5
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-212-0/+5
* Merge pull request #8675 from wesleycoakley/pbr-table-range-core-fixMark Stapp2021-05-252-32/+127
|\
| * pbrd: nhg "add" edge case for last in table rangeWesley Coakley2021-05-161-8/+14
| * pbrd: use sparse table for allocated NHG table IDsWesley Coakley2021-05-162-25/+114
* | pbrd: fix coverity warningIgor Ryzhov2021-05-191-15/+13
|/
* *: remaining zassert => assertDavid Lamparter2021-04-231-2/+2
* *: remove *.conf.sample filesQuentin Young2021-04-092-20/+0
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-172-3/+3
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-176-8/+8
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-143-13/+13
* pbrd: remove extraneous breakStephen Worley2021-02-011-2/+0