diff options
author | Rohit Thakur <rohitthakur2590@outlook.com> | 2020-04-02 00:37:06 +0530 |
---|---|---|
committer | Rohit Thakur <rohitthakur2590@outlook.com> | 2020-05-11 19:27:16 +0530 |
commit | 37289b45840129f2296fbc9cff9a3eab97bdb2a5 (patch) | |
tree | b3b80384e7e8795911562726c5d76b2789d1cda9 /plugins/modules/vyos_facts.py | |
parent | 62ddab1affb33cb83b7a31ae6076e73c23dd1d0a (diff) | |
download | vyos.vyos-37289b45840129f2296fbc9cff9a3eab97bdb2a5.tar.gz vyos.vyos-37289b45840129f2296fbc9cff9a3eab97bdb2a5.zip |
vyos ospfv2 rm added
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
Diffstat (limited to 'plugins/modules/vyos_facts.py')
-rw-r--r-- | plugins/modules/vyos_facts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/modules/vyos_facts.py b/plugins/modules/vyos_facts.py index 5849519c..72b191c4 100644 --- a/plugins/modules/vyos_facts.py +++ b/plugins/modules/vyos_facts.py @@ -48,7 +48,7 @@ options: used with an initial C(M(!)) to specify that a specific subset should not be collected. Valid subsets are 'all', 'interfaces', 'l3_interfaces', 'lag_interfaces', 'lldp_global', 'lldp_interfaces', 'static_routes', 'firewall_rules', 'firewall_global', - 'firewall_interfaces', 'ospfv3'. + 'firewall_interfaces', 'ospfv3', 'ospfv2'. required: false """ |