summaryrefslogtreecommitdiffstats
path: root/pbrd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* pbrd: nht only handle if updates if IPV*_IFINDEX nhStephen Worley2021-02-011-29/+6
* pbrd: Remove #if 0 codeDonald Sharp2021-01-281-7/+0
* pbrd: Prevent possible NULL useDonald Sharp2021-01-181-12/+14
* Merge pull request #7762 from sworleys/PBR-Ipv4/Ipv6-Match-FixesMark Stapp2021-01-051-0/+10
|\
| * pbrd: disallow ipv4/ipv6 mismatching in match src/dstStephen Worley2020-12-171-0/+10
* | pbrd: clean up possible checkpatch issueMark Stapp2020-12-231-2/+7
* | pbrd: Pay attention to interface up/down events with nhtDonald Sharp2020-12-121-2/+54
|/
* *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-151-2/+2
* bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S2020-11-061-1/+2
* pbrd: Fix memory leak in json outputDonald Sharp2020-11-041-3/+9
* Merge pull request #7378 from donaldsharp/pbr_ifp_leakJafar Al-Gharaibeh2020-10-285-0/+23
|\
| * pbrd: Fix memory leakDonald Sharp2020-10-235-0/+23
* | pbrd: Remove inet_ntoa usage from pbrDonald Sharp2020-10-261-2/+2
|/
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-223-37/+21
* Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-2/+2
|\
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1