| 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-03-26 | vpp: T8416: Prevent interfaces from being assigned to xconnect and ↵ | Nataliia Solomko | |
| bridge/bonding at the same time | |||
| 2026-03-05 | vpp: T8342: Add verification of members for bond and bridge interfaces | Nataliia Solomko | |
| 2026-03-03 | vpp: T8327: Migrate bridge interface to 'interfaces vpp bridge' | Nataliia Solomko | |
| 2026-03-02 | vpp: T8325: Migrate gre interface to 'interfaces vpp gre' | Nataliia Solomko | |
| 2026-03-02 | vpp: T8324: Migrate loopback interface to 'interfaces vpp loopback' | Nataliia Solomko | |
| 2026-02-27 | vpp: T8296: Move vxlan interface from vpp section to 'interfaces vpp vxlan' | Nataliia Solomko | |
| 2026-02-25 | vpp: T8283: Move bonding interface from vpp secction to 'interfaces vpp bonding' | Nataliia Solomko | |
| 2025-08-07 | T7697: Remove year from copyright | Viacheslav | |
| 2025-05-28 | T7488: Make VPP restartable | Nataliia Solomko | |
| 2025-02-27 | T7202: VPP allow to bridge bonding interfaces | Viacheslav Hletenko | |
| Allow to bridge bonding interfaces: ``` set vpp interfaces bonding bond0 member interface 'eth1' set vpp interfaces bridge br10 member interface bond0 ``` | |||
| 2025-02-26 | vd-275: Add loopback bvi interface for a bridge member | Viacheslav Hletenko | |
| Allow to configure VPP loopback interface as BVI interface In the VPP a bridge-domain is the L2 bridge and does not have its own interface Loopback is required if we want to ping from/to the bridge. ``` set vpp interfaces bridge br10 member interface lo23 bvi ``` | |||
| 2025-01-11 | Remove recursive_defaults from the get_config arg | Viacheslav Hletenko | |
| Do not use 'recursive_defaults' as argument of the funciton get_config() It cause vyos-1x/src/tests/test_configd_inspect.py signature checks fail AssertionError: 2 != 1 : 'vpp_interfaces_bonding.py': 'get_config' incorrect signature | |||
| 2025-01-07 | Add vyos-vpp CLI and python3 modules | Viacheslav Hletenko | |
