| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-17 | vpp: T8603: Expand ACL support to logical interfaces | Nataliia Solomko | |
| 2026-04-20 | VPP: T8495: fix issue with assigning acl on sub interfaces | Ruslan Volodin | |
| 2026-04-02 | vpp: T8438: Add bidirectional interface-in-use validation | Nataliia Solomko | |
| Add bidirectional VPP interface reference validation: prevent assigning an interface used by a VPP feature (NAT/ACL/IPFIX/sFlow, etc.) as a VPP member (bond/bridge/xconnect) and prevent using a VPP member interface in VPP features. Block interface deletion when it is still referenced by any VPP feature/member. Fix VLAN subinterface removal checks broken by the recent VPP config tree restructuring. | |||
| 2026-02-11 | vpp: T8252: Change ACL node 'macip' to 'mac' | Nataliia Solomko | |
| 2026-02-10 | vpp: T8250: Rewrite the CLI for ACL tcp-flags | Nataliia Solomko | |
| 2025-08-07 | T7697: Remove year from copyright | Viacheslav | |
| 2025-05-28 | T7488: Make VPP restartable | Nataliia Solomko | |
| 2025-05-13 | T7419: VPP ACL implementation (#31) | Nataliia S. | |
| CLI: ``` set vpp acl ip tag-name <tag-name> rule <nn> action <permit|deny|permit-reflect> set vpp acl ip tag-name <tag-name> rule <nn> source prefix <prefix> set vpp acl ip tag-name <tag-name> rule <nn> source port <port|range> set vpp acl ip tag-name <tag-name> rule <nn> destination prefix <prefix> set vpp acl ip tag-name <tag-name> rule <nn> destination port <port> set vpp acl ip tag-name <tag-name> rule <nn> protocol <protocol> set vpp acl ip tag-name <tag-name> rule <nn> tcp-flags <fin|syn|rst|psh|ack|urg|ecn|cwr> set vpp acl ip tag-name <tag-name> rule <nn> tcp-flags not <fin|syn|rst|psh|ack|urg|ecn|cwr> set vpp acl ip interface <interface_name> input acl-tag <n> tag-name <tag-name> set vpp acl ip interface <interface_name> output acl-tag <n> tag-name <tag-name> set vpp acl macip tag-name <tag-name> rule <nn> prefix <prefix> set vpp acl macip tag-name <tag-name> rule <nn> mac-address <mac> set vpp acl macip tag-name <tag-name> rule <nn> mac-mask <mac-mask> set vpp acl macip tag-name <tag-name> rule <nn> action <permit|deny> set vpp acl macip interface <interface_name> tag-name <tag-name> ``` OP mode ``` show vpp acl ip tag-name <tag_name> show vpp acl ip interface show vpp acl macip tag-name <tag_name> show vpp acl macip interface ``` | |||
