summaryrefslogtreecommitdiff
path: root/plugins/modules
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2025-03-03 09:10:38 +1000
committerGitHub <noreply@github.com>2025-03-03 09:10:38 +1000
commit41e4b0734ca961d18c0a016a50b3c6e598a10dff (patch)
tree4a8a944a951eec56087dc842f4ab24ac3a77b88e /plugins/modules
parent241de488727ba60af9b883ef8ed31571a119b856 (diff)
downloadvyos.vyos-main.tar.gz
vyos.vyos-main.zip
T6829 (area interfaces in OSPFv3 1.3-1.5) re-init (#399)HEADmain
* T6829 re-init * re-init T6829 ospfv3 area interface for 1.3- * changelog * changelog fix * Doc is updated * adding 1.4+ support * ospfv3 area interfaces for 1.4+ * fixed ospfv3 facts and added area interface unit test for 1.4 * ospfv3 clean-up * doc updates
Diffstat (limited to 'plugins/modules')
-rw-r--r--plugins/modules/vyos_ospfv3.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/modules/vyos_ospfv3.py b/plugins/modules/vyos_ospfv3.py
index 81b26327..dbe9a857 100644
--- a/plugins/modules/vyos_ospfv3.py
+++ b/plugins/modules/vyos_ospfv3.py
@@ -68,6 +68,15 @@ options:
import_list:
description: Name of import-list.
type: str
+ interface:
+ description: Enable OSPVv3 on an interface for this area.
+ aliases: ['interfaces']
+ type: list
+ elements: dict
+ suboptions:
+ name:
+ description: Interface name.
+ type: str
range:
description: Summarize routes matching prefix (border routers only).
type: list