summaryrefslogtreecommitdiff
path: root/pbrd
AgeCommit message (Expand)Author
2021-04-23*: remaining zassert => assertDavid Lamparter
2021-04-09*: remove *.conf.sample filesQuentin Young
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_QOBJ & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2021-02-01pbrd: remove extraneous breakStephen Worley
2021-02-01pbrd: nht only handle if updates if IPV*_IFINDEX nhStephen Worley
2021-01-28pbrd: Remove #if 0 codeDonald Sharp
2021-01-18pbrd: Prevent possible NULL useDonald Sharp
2021-01-05Merge pull request #7762 from sworleys/PBR-Ipv4/Ipv6-Match-FixesMark Stapp
2020-12-23pbrd: clean up possible checkpatch issueMark Stapp
2020-12-17pbrd: disallow ipv4/ipv6 mismatching in match src/dstStephen Worley
2020-12-11pbrd: Pay attention to interface up/down events with nhtDonald Sharp
2020-11-15*: Convert all usage of zclient_send_message to new enumDonald Sharp
2020-11-06bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S
2020-11-04pbrd: Fix memory leak in json outputDonald Sharp
2020-10-28Merge pull request #7378 from donaldsharp/pbr_ifp_leakJafar Al-Gharaibeh
2020-10-26pbrd: Remove inet_ntoa usage from pbrDonald Sharp
2020-10-23pbrd: Fix memory leakDonald Sharp
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-10-09Merge pull request #7222 from idryzhov/fix-debugRenato Westphal
2020-10-02vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov
2020-10-02*: move "show debugging ..." commands to enable nodeIgor Ryzhov
2020-10-02*: move "debug ..." commands to enable nodeIgor Ryzhov
2020-09-30*: make failure to decode nht update an errorQuentin Young
2020-09-23pbrd: use bool for pbr_send_pbr_map() return valStephen Worley
2020-09-22pbrd: cleanup pbr ifp info if not sent to zebraStephen Worley
2020-09-22pbrd: add return val for pbr_send_pbr_map()Stephen Worley
2020-09-14Merge pull request #7093 from donaldsharp/pbr_flappingMark Stapp
2020-09-11pbrd: Ensure rule is installed on interface upDonald Sharp
2020-09-11bgpd, lib, pbrd, zebra: Pass by ifnameDonald Sharp
2020-09-11lib: fix crashes with leafrefs that point to non-implemented modulesRenato Westphal
2020-09-09pbrd: add frr-vrf to the list of implemented yang modulesRenato Westphal
2020-09-02Merge pull request #7033 from mjstapp/fix_pbr_nhg_saDonald Sharp
2020-09-01pbrd: fix SA warning in nhg mapMark Stapp
2020-09-01pbrd: nh "valid" semantics in nexthop trackingWesley Coakley
2020-09-01pbrd: be more selective about route updatesWesley Coakley
2020-08-28pbrd: Convert pnhc->nexthop to it's own dataDonald Sharp
2020-08-28pbrd: When multiple items share the pnhc do the right thingDonald Sharp
2020-08-28pbrd: Allow interfaces to be deleted then added back inDonald Sharp
2020-08-28lib: Allow nexthop simple display to take an alternate ifp nameDonald Sharp
2020-08-28pbrd: Properly hook back up when vrf is destroyed than recreatedDonald Sharp
2020-07-23Merge pull request #6730 from wesleycoakley/pbrd-dscp-ecnRuss White
2020-07-15pbrd: expose dscp & ecn to json for `show pbr map`Wesley Coakley
2020-07-15pbrd: dscp interpret standard codepointsWesley Coakley
2020-07-15pbrd, zebra, lib: DSCP / ECN-based PBR MatchingWesley Coakley
2020-07-09pbrd: nhgc state improvements when installed/removedStephen Worley
2020-07-09pbrd: uninstall NHG route if not valid anymoreStephen Worley
2020-07-01pbrd: Be a bit more lenient with `set nexthop A.B.C.D <intf>`Donald Sharp