summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_interfaces.py
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2026-08-21 22:08:02 +1000
committerGitHub <noreply@github.com>2026-08-21 15:08:02 +0300
commitd80f14eef50403f0851c9a12b77890c9bf1f3c4d (patch)
tree02502420e51685cc1c6cdd382e7521f375d5ec18 /plugins/modules/vyos_interfaces.py
parent127dd3e7ef0956eae80cc487c1099e7efebc891e (diff)
downloadvyos.vyos-d80f14eef50403f0851c9a12b77890c9bf1f3c4d.tar.gz
vyos.vyos-d80f14eef50403f0851c9a12b77890c9bf1f3c4d.zip
T8349: VRF config for interfaces (#449)
* VRF config for interfaces
Diffstat (limited to 'plugins/modules/vyos_interfaces.py')
-rw-r--r--plugins/modules/vyos_interfaces.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/modules/vyos_interfaces.py b/plugins/modules/vyos_interfaces.py
index 937ce2bf..98f3aa5a 100644
--- a/plugins/modules/vyos_interfaces.py
+++ b/plugins/modules/vyos_interfaces.py
@@ -128,6 +128,10 @@ options:
- MTU for the virtual sub-interface.
- Refer to vendor documentation for valid values.
type: int
+ vrf:
+ description:
+ - VRF associated with the interface.
+ type: str
running_config:
description:
- This option is used only with state I(parsed).