| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #5499 from sworleys/Pbr-Detail | Jafar Al-Gharaibeh | 2019-12-07 | 1 | -57/+83 |
|\ |
|
| * | pbrd: use yes/no for pbr map validity vty output | Stephen Worley | 2019-12-06 | 1 | -1/+2 |
| * | pbrd: use spaces in show pbr map vty output | Stephen Worley | 2019-12-06 | 1 | -14/+16 |
| * | pbrd: make vty nexthop/nexthop-group output consistent | Stephen Worley | 2019-12-06 | 1 | -16/+15 |
| * | pbrd: make show pbr map detail actually work | Stephen Worley | 2019-12-06 | 1 | -13/+38 |
| * | pbrd: refactor vty map show output into functions | Stephen Worley | 2019-12-06 | 1 | -57/+56 |
* | | Merge pull request #5421 from sworleys/PBR-Del-Mark-All-Seq | Jafar Al-Gharaibeh | 2019-12-07 | 1 | -1/+32 |
|\ \
| |/
|/| |
|
| * | pbrd: only remove interface after all seq uninstalled | Stephen Worley | 2019-12-02 | 1 | -1/+32 |
* | | pbrd: make vty `match *` code more readable | Stephen Worley | 2019-12-03 | 1 | -17/+22 |
* | | pbrd: consolidate rule_notify debugs into one call | Stephen Worley | 2019-12-03 | 1 | -10/+3 |
* | | pbrd: Add newlines in `set nexthop*` vty output | Stephen Worley | 2019-12-03 | 1 | -4/+4 |
* | | pbrd: use dst string in match dst-ip vty description | Stephen Worley | 2019-12-03 | 1 | -1/+1 |
* | | pbrd: don't silently fail on atomic match MARK change attempts | Stephen Worley | 2019-12-03 | 1 | -2/+7 |
* | | pbrd: don't silently fail on atomic match IP change attempts | Stephen Worley | 2019-12-03 | 1 | -6/+12 |
* | | pbrd: don't set rule removed on fail | Stephen Worley | 2019-12-03 | 1 | -0/+5 |
|/ |
|
* | *: generously apply const | David Lamparter | 2019-12-02 | 1 | -1/+1 |
* | *: make frr_yang_module_info const | David Lamparter | 2019-11-30 | 1 | -1/+1 |
* | pbrd: Add `set vrf NAME` and `set vrf unchanged` | Stephen Worley | 2019-11-21 | 9 | -51/+550 |
* | *: Convert connected_free to a double pointer | Donald Sharp | 2019-11-02 | 1 | -1/+1 |
* | *: Convert prefix_free to double pointer | Donald Sharp | 2019-11-02 | 1 | -8/+4 |
* | lib,pbrd,zebra: Use one api to delete nexthops/group | Stephen Worley | 2019-10-25 | 1 | -2/+0 |
* | pbrd: nexthop_group delete cb don't free pbr->nhg | Stephen Worley | 2019-10-25 | 1 | -1/+0 |
* | pbrd: Don't track ipv6 link locals | Stephen Worley | 2019-10-08 | 3 | -4/+19 |
* | Merge pull request #5009 from donaldsharp/interface_deletion | Russ White | 2019-09-30 | 3 | -36/+12 |
|\ |
|
| * | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 1 | -20/+1 |
| * | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 1 | -11/+1 |
| * | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 1 | -11/+1 |
| * | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 1 | -14/+1 |
| * | *: Add infrastructure to support zapi interface callbacks | Donald Sharp | 2019-09-19 | 3 | -0/+28 |
* | | Merge pull request #5051 from idryzhov/fix-vrf-autocomplete | Donald Sharp | 2019-09-25 | 1 | -4/+4 |
|\ \ |
|
| * | | *: fix missing VRF autocompletions | Igor Ryzhov | 2019-09-24 | 1 | -4/+4 |
| |/ |
|
* / | pbrd: We should be looking for v4 and v6 nexthop types | Donald Sharp | 2019-09-24 | 1 | -1/+1 |
|/ |
|
* | pbrd: Handle GATEWAY_IFINDEX nht conflicts | Stephen Worley | 2019-09-13 | 1 | -16/+104 |
* | pbrd: initial fwmark support for pbr matches #4460 | Marcin Matląg | 2019-09-03 | 4 | -7/+41 |
* | pbrd, sharpd, staticd: Add some color to sample configuration files | Donald Sharp | 2019-08-19 | 1 | -0/+16 |
* | pbrd: Do not install nexthop group until we have nexthops | Donald Sharp | 2019-07-17 | 1 | -1/+0 |
* | lib: Private api for nexthop_group manipulation | Stephen Worley | 2019-06-26 | 2 | -4/+6 |
* | zebra,pbrd: Update pbrd to handle NHT properly | Stephen Worley | 2019-06-10 | 1 | -0/+27 |
* | pbrd: Set next/prev to NULL on cached nexthops | Stephen Worley | 2019-06-10 | 1 | -0/+2 |
* | pbrd: Allow autocompletion for pbr-map PBRMAP | Donald Sharp | 2019-06-05 | 1 | -3/+22 |
* | lib, pbrd, sharpd, vtysh: Add autocompletion for 'nexthop-group' | Donald Sharp | 2019-06-05 | 1 | -1/+1 |
* | pbrd: strcpy -> strlcpy | Quentin Young | 2019-05-29 | 1 | -1/+1 |
* | Merge pull request #4340 from qlyoung/hash-key-const | Russ White | 2019-05-16 | 1 | -6/+5 |
|\ |
|
| * | lib: hashing functions should take const arguments | Quentin Young | 2019-05-14 | 1 | -6/+5 |
* | | lib,bgpd,pbrd: Add AFI_UNSPEC to AFI enum | Stephen Worley | 2019-05-14 | 1 | -0/+10 |
|/ |
|
* | Merge pull request #4253 from qlyoung/zapi-handler-args-macro | Renato Westphal | 2019-05-06 | 1 | -20/+11 |
|\ |
|
| * | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -20/+11 |
* | | pbrd: Prevent usage of c if it is null | Donald Sharp | 2019-05-03 | 1 | -2/+3 |
|/ |
|
* | lib, pbrd, zebra: Fix size_t type printf warnings on obscure platforms | Donald Sharp | 2019-04-03 | 1 | -3/+4 |
* | Merge pull request #3776 from opensourcerouting/pbrd-interface-nexthops | Donald Sharp | 2019-03-22 | 4 | -72/+164 |
|\ |
|