summaryrefslogtreecommitdiffstats
path: root/pbrd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | pbrd: be more selective about route updatesWesley Coakley2020-09-012-6/+13
|/
* pbrd: Convert pnhc->nexthop to it's own dataDonald Sharp2020-08-283-50/+49
* pbrd: When multiple items share the pnhc do the right thingDonald Sharp2020-08-283-26/+86
* pbrd: Allow interfaces to be deleted then added back inDonald Sharp2020-08-286-2/+100
* lib: Allow nexthop simple display to take an alternate ifp nameDonald Sharp2020-08-281-1/+1
* pbrd: Properly hook back up when vrf is destroyed than recreatedDonald Sharp2020-08-286-3/+135
* Merge pull request #6730 from wesleycoakley/pbrd-dscp-ecnRuss White2020-07-234-1/+165
|\
| * pbrd: expose dscp & ecn to json for `show pbr map`Wesley Coakley2020-07-151-0/+6
| * pbrd: dscp interpret standard codepointsWesley Coakley2020-07-153-6/+95