summaryrefslogtreecommitdiffstats
path: root/pbrd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
| * *: move "debug ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
|/
* *: make failure to decode nht update an errorQuentin Young2020-10-011-1/+1
* pbrd: use bool for pbr_send_pbr_map() return valStephen Worley2020-09-233-9/+9
* pbrd: cleanup pbr ifp info if not sent to zebraStephen Worley2020-09-221-1/+12
* pbrd: add return val for pbr_send_pbr_map()Stephen Worley2020-09-222-7/+9
* Merge pull request #7093 from donaldsharp/pbr_flappingMark Stapp2020-09-143-8/+9
|\
| * pbrd: Ensure rule is installed on interface upDonald Sharp2020-09-121-1/+1
| * bgpd, lib, pbrd, zebra: Pass by ifnameDonald Sharp2020-09-123-7/+8
* | 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
* Merge pull request #7033 from mjstapp/fix_pbr_nhg_saDonald Sharp2020-09-021-4/+14
|\
| * pbrd: fix SA warning in nhg mapMark Stapp2020-09-011-4/+14
* | pbrd: nh "valid" semantics in nexthop trackingWesley Coakley2020-09-011-6/+6