| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-25 | vpp: T8283: Move bonding interface from vpp secction to 'interfaces vpp bonding' | Nataliia Solomko | |
| 2026-01-16 | vpp: T8143: Incorrect mapping in IPFIX for bond interfaces | Nataliia Solomko | |
| 2025-11-14 | T7556: VPP add IPFIX collector configuration | Viacheslav Hletenko | |
| Add VPP IPFIX configuration commands: ``` set vpp ipfix active-timeout '8' set vpp ipfix collector 192.0.2.2 port '2055' set vpp ipfix collector 192.0.2.2 source-address '192.0.2.1' set vpp ipfix flowprobe-record 'l2' set vpp ipfix flowprobe-record 'l3' set vpp ipfix flowprobe-record 'l4' set vpp ipfix inactive-timeout '32' set vpp ipfix interface eth0 set vpp ipfix interface eth1 direction 'both' set vpp ipfix interface eth1 flow-variant 'ipv4' ``` | |||
