summaryrefslogtreecommitdiffstats
path: root/pbrd/pbr_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3776 from opensourcerouting/pbrd-interface-nexthopsDonald Sharp2019-03-221-40/+48
|\
| * lib, pbrd: fix indentation of a few commandsRenato Westphal2019-02-151-4/+4
| * pbrd: change the "set nexthop" command to accept interface nexthopsRenato Westphal2019-02-151-36/+44
* | pbrd: add missing newline at the end of warning messageRenato Westphal2019-02-211-1/+1
* | pbrd: If changing policy on an interface be careful what you ask forDonald Sharp2019-02-131-2/+14
|/
* lib, vtysh: fix inconsistent interface commands in vtyshRenato Westphal2018-08-131-0/+3
* pbrd: add logging messages when out of table id'sQuentin Young2018-06-131-2/+3
* pbrd, lib: move PBR_STR def. to libQuentin Young2018-06-131-0/+1
* pbrd: use PBR_STRQuentin Young2018-06-121-6/+6
* pbrd: remove json optionsQuentin Young2018-06-121-10/+6
* pbrd: allow configurable table id rangeQuentin Young2018-06-121-2/+28
* pbrd: Fix compilation warn -> errorDonald Sharp2018-05-151-2/+2
* pbrd, vtysh: Limit range to actual 1-700Donald Sharp2018-05-091-2/+2
* pbrd: Fix nearly impossible truncationDonald Sharp2018-05-031-2/+2
* pbrd: Fix a couple SA issuesDonald Sharp2018-04-241-0/+5
* Merge pull request #2051 from donaldsharp/PBRD_EXTRARuss White2018-04-201-4/+66
|\
| * pbrd: move debug vty into pbr_vty.cQuentin Young2018-04-181-2/+58
| * pbrd, zebra: Fix multiple pbr-policy installDonald Sharp2018-04-181-1/+1
| * lib, pbrd: Do not allow v6 LL nexthops to be specified without an interface.Donald Sharp2018-04-181-1/+7
* | pbrd: remove pbr-policy resource leakQuentin Young2018-04-181-4/+5
* | pbrd: remove unsafe string copyQuentin Young2018-04-181-16/+9
|/
* pbrd: adjust/remove the rule correctly when dst and/or src removedDon Slice2018-04-061-0/+4
* pbrd: Remove table and rule range commandsDonald Sharp2018-04-061-40/+0
* pbrd: Indicate command failure a bit betterDonald Sharp2018-04-061-9/+9
* pbrd: Do not use vrf_frame for pbrms displayDonald Sharp2018-04-061-2/+2
* pbrd: Reduce range so we cannot go over the vrf ruleDonald Sharp2018-04-061-1/+1
* pbrd: Prevent crash from partially configured interfaceDonald Sharp2018-04-061-0/+3
* pbrd: If we get the same prefix safely ignoreDonald Sharp2018-04-061-0/+6
* lib, pbrd: rm extra space when displaying nexthopQuentin Young2018-04-061-4/+3
* pbrd: Only allow one nexthop group or nexthop at a timeDonald Sharp2018-04-061-0/+6
* pbrd: Remove pbr_eventsDonald Sharp2018-04-061-43/+22
* pbrd: Cleanup CI warningsDonald Sharp2018-04-061-10/+7
* pbrd: Add PBR to FRRDonald Sharp2018-04-061-0/+631