nmstate/examples/vrf0_absent.yml
Gris Ge 29fda8c4c9 vrf: Add support of Virtual Routing and Forwarding
Example of desire state for VRF:

```yml
interfaces:
- name: vrf0
  type: vrf
  vrf:
    route-table-id: 100
    port:
      - eth1
      - eth2
```

Example yaml files(`vrf0_with_eth1.yml` and `vrf0_absent.yml`) included.

Due to limitation of NetworkManager, `NmstateNotSupportedError` will be
raised when changing route table ID of existing interface.

Test cases included.

Signed-off-by: Gris Ge <fge@redhat.com>
2020-09-29 21:20:55 +08:00

6 lines
63 B
YAML

---
interfaces:
- name: vrf0
type: vrf
state: absent