From 4c6145d0f5e6fd4f7574d950017534e2b0381737 Mon Sep 17 00:00:00 2001 From: omnom62 Date: Wed, 16 Sep 2026 14:00:51 +1000 Subject: T8989: ospf_interfaces AI comment fixes --- plugins/modules/vyos_ospf_interfaces.py | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'plugins/modules') diff --git a/plugins/modules/vyos_ospf_interfaces.py b/plugins/modules/vyos_ospf_interfaces.py index 0fd302a..992aa4d 100644 --- a/plugins/modules/vyos_ospf_interfaces.py +++ b/plugins/modules/vyos_ospf_interfaces.py @@ -39,15 +39,18 @@ options: required: true area: description: >- - OSPF area to assign this interface to (C(set protocols - ospf interface area ) for OSPFv2, C(set - protocols ospfv3 interface area ) for - OSPFv3). This is the - primary mechanism that enables OSPF on an interface at - all -- confirmed via VyOS's official documentation - across 1.4+/1.5 LTS/rolling as the current syntax, - distinct from and superseding the older (1.3-era) - C(area interface ) form. + OSPF area to assign this interface to (C(set protocols + ospf interface area ) for OSPFv2, C(set + protocols ospfv3 interface area ) for + OSPFv3). This is a per-interface alternative to + enabling OSPF via C(area network ) -- + VyOS's own documentation frames the network-based form + as standard and this per-interface form as more + convenient in some cases (many interfaces/subnets). + Confirmed via VyOS's official documentation across + 1.4+/1.5 LTS/rolling as the current syntax, distinct + from and superseding the older (1.3-era) C(area + interface ) form. type: str authentication: description: Authentication settings (IPv4 only). -- cgit v1.2.3