| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ | Donald Sharp | 2023-11-21 | 1 | -1/+1 |
* | pbrd: add advisory flag PBR_ACTION_DROP | G. Paul Ziemba | 2023-08-16 | 1 | -0/+1 |
* | pbrd: add packet mangling actions (src/dst ip-addr/port, dscp, ecn) | G. Paul Ziemba | 2023-08-09 | 1 | -0/+16 |
* | pbrd: use flags to indicate active fields | G. Paul Ziemba | 2023-08-09 | 1 | -7/+6 |
* | pbrd: add explicit 'family' field for rules | G. Paul Ziemba | 2023-08-08 | 1 | -0/+1 |
* | pbrd: PBR_FILTER_DSFIELD -> {PBR_FILTER_DSCP,PBR_FILTER_ECN} | G. Paul Ziemba | 2023-08-08 | 1 | -1/+2 |
* | lib: pbr.h: remove unused PBR_FILTER_PROTO | G. Paul Ziemba | 2023-08-07 | 1 | -2/+2 |
* | lib: zapi PBR common encode/decode | G. Paul Ziemba | 2023-07-20 | 1 | -4/+13 |
* | pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (pbr feature) | G. Paul Ziemba | 2023-07-19 | 1 | -14/+30 |
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -15/+1 |
* | pbrd: add vlan actions to vty | Eli Baum | 2021-10-07 | 1 | -1/+8 |
* | lib, zebra: add ip_proto to the filter data structure | Donald Sharp | 2021-07-08 | 1 | -0/+3 |
* | zebra: Add ability to encode/decode netlink FRA_IP_PROTO for rule changes | Donald Sharp | 2021-07-08 | 1 | -1/+2 |
* | bgpd, lib, pbrd, zebra: Pass by ifname | Donald Sharp | 2020-09-12 | 1 | -1/+2 |
* | bgpd, lib: support for flow_label flowspec type | Philippe Guibert | 2020-08-21 | 1 | -0/+2 |
* | pbrd, zebra, lib: DSCP / ECN-based PBR Matching | Wesley Coakley | 2020-07-15 | 1 | -0/+7 |
* | lib: Use ifindex_t for struct pbr_rule | Stephen Worley | 2019-10-15 | 1 | -1/+1 |
* | bgp, zebra, lib: add protocol support for iptables | Philippe Guibert | 2019-07-08 | 1 | -0/+1 |
* | lib: add extern "C" {} blocks to all libfrr headers | Renato Westphal | 2019-02-12 | 1 | -0/+8 |
* | bgpd: add an icmp flag for flowspec icmp entries | Philippe Guibert | 2018-06-28 | 1 | -0/+1 |
* | bgpd: support for flowspec fragment list into policy routing | Philippe Guibert | 2018-06-28 | 1 | -0/+1 |
* | bgpd: support for enumerate pkt len | Philippe Guibert | 2018-06-28 | 1 | -0/+1 |
* | *: add flowspec dscp handling | Philippe Guibert | 2018-06-28 | 1 | -0/+2 |
* | bgpd, lib: share flags values for iptable configuration | Philippe Guibert | 2018-06-28 | 1 | -0/+10 |
* | bgpd: support for flowspec tcp flags | Philippe Guibert | 2018-06-28 | 1 | -0/+14 |
* | lib: fix missing includes in pbr.h | Quentin Young | 2018-06-13 | 1 | -0/+4 |
* | pbrd, lib: move PBR_STR def. to lib | Quentin Young | 2018-06-13 | 1 | -0/+2 |
* | zebra: add 3 fields to ipset_entry : src,dst port, and proto | Philippe Guibert | 2018-05-25 | 1 | -5/+8 |
* | lib: enhance pbr_rule structure for zapi encode and for common usage | Philippe Guibert | 2018-04-16 | 1 | -0/+86 |