summaryrefslogtreecommitdiff
path: root/pbrd/pbr_map.c
AgeCommit message (Expand)Author
2023-09-05pbrd: Free Memory in pbr_map_deleteKeelan10
2023-08-20pbrd: Correct Handling of Sequence DeletionKeelan10
2023-08-09pbrd: add packet mangling actions (src/dst ip-addr/port, dscp, ecn)G. Paul Ziemba
2023-08-09pbrd: use flags to indicate active fieldsG. Paul Ziemba
2023-07-19pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (pbr feature)G. Paul Ziemba
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-05-02pbrd: fix interface compare usageRafael Zalamena
2022-01-27pbrd: pbr route maps get addr family of nhgsStephen Worley
2021-10-07pbrd: add vlan actions to vtyEli Baum
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
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-11pbrd: Ensure rule is installed on interface upDonald Sharp
2020-09-11bgpd, lib, pbrd, zebra: Pass by ifnameDonald Sharp
2020-09-01pbrd: fix SA warning in nhg mapMark Stapp
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-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: 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-01pbrd, lib: remember to free alloc'd qobj on deleteWesley Coakley
2020-04-09pbrd: implement `set *` and `match *` config replacementStephen Worley
2020-04-09pbrd: free nexthop_group name on `no set nexthop-group`Stephen Worley
2020-03-06*: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-03-04*: Use short version of bool expressionsDonatas Abraitis
2019-12-02pbrd: only remove interface after all seq uninstalledStephen Worley
2019-12-02*: generously apply constDavid Lamparter
2019-11-21pbrd: Add `set vrf NAME` and `set vrf unchanged`Stephen Worley
2019-09-03pbrd: initial fwmark support for pbr matches #4460Marcin Matląg
2019-02-25*: remove null check before XFREEQuentin Young
2019-02-12pbrd: Do not delete pmi until completion of rule delete.Donald Sharp
2019-02-12pbrd: Add some missing debugs from external eventsDonald Sharp
2018-04-20Merge pull request #2051 from donaldsharp/PBRD_EXTRARuss White
2018-04-18pbrd: fix multiple unsafe string copiesQuentin Young
2018-04-17pbrd: Allow pbr-policy add/removal to install/remove rulesDonald Sharp
2018-04-17pbrd, zebra: Fix multiple pbr-policy installDonald Sharp
2018-04-17pbrd: Prevent attempt at re-install for several scenariosDonald Sharp
2018-04-06pbrd: adjust/remove the rule correctly when dst and/or src removedDon Slice
2018-04-06pbrd: fix deletion of match or src of valid pbr-mapDon Slice
2018-04-06pbrd: add ability to delete routes and rules correctlyDon Slice
2018-04-06pbrd: fix null pointer deref when showing ifacesQuentin Young
2018-04-06pbrd: Remove pbr_eventsDonald Sharp
2018-04-06pbrd: Cleanup CI warningsDonald Sharp