Physical Interface
This example configures an existing physical interface link: - rename it to outside - add an ipv4 address - set the link state to up
ifstate
interfaces:
- name: outside
addresses:
- 192.0.2.1/24
link:
kind: physical
address: 8c:16:45:dc:b1:ad
state: up