From d80f14eef50403f0851c9a12b77890c9bf1f3c4d Mon Sep 17 00:00:00 2001 From: omnom62 <75066712+omnom62@users.noreply.github.com> Date: Fri, 21 Aug 2026 22:08:02 +1000 Subject: T8349: VRF config for interfaces (#449) * VRF config for interfaces --- plugins/modules/vyos_interfaces.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/modules') 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). -- cgit v1.2.3