mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -71,7 +71,7 @@ options:
|
||||
pn_validate:
|
||||
description:
|
||||
- Validate the inter-switch links and state of switches in the cluster.
|
||||
choices: ['validate', 'no-validate']
|
||||
type: bool
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
@@ -75,6 +75,7 @@ options:
|
||||
- Enable/disable system information.
|
||||
required: false
|
||||
default: true
|
||||
type: bool
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
@@ -70,6 +70,7 @@ options:
|
||||
description:
|
||||
- Specify if you want to collect statistics for a VLAN. Statistic
|
||||
collection is enabled by default.
|
||||
type: bool
|
||||
pn_ports:
|
||||
description:
|
||||
- Specifies the switch network data port number, list of ports, or range
|
||||
|
||||
@@ -69,6 +69,7 @@ options:
|
||||
pn_next_hop_self:
|
||||
description:
|
||||
- Specify if the next-hop is the same router or not.
|
||||
type: bool
|
||||
pn_password:
|
||||
description:
|
||||
- Specify a password, if desired.
|
||||
@@ -86,12 +87,15 @@ options:
|
||||
pn_route_reflector:
|
||||
description:
|
||||
- Specify if a route reflector client is used.
|
||||
type: bool
|
||||
pn_override_capability:
|
||||
description:
|
||||
- Specify if you want to override capability.
|
||||
type: bool
|
||||
pn_soft_reconfig:
|
||||
description:
|
||||
- Specify if you want a soft reconfiguration of inbound traffic.
|
||||
type: bool
|
||||
pn_max_prefix:
|
||||
description:
|
||||
- Specify the maximum number of prefixes.
|
||||
@@ -99,9 +103,11 @@ options:
|
||||
description:
|
||||
- Specify if you want a warning message when the maximum number of
|
||||
prefixes is exceeded.
|
||||
type: bool
|
||||
pn_bfd:
|
||||
description:
|
||||
- Specify if you want BFD protocol support for fault detection.
|
||||
type: bool
|
||||
pn_multiprotocol:
|
||||
description:
|
||||
- Specify a multi-protocol for BGP.
|
||||
@@ -113,6 +119,7 @@ options:
|
||||
pn_default_originate:
|
||||
description:
|
||||
- Specify if you want announce default routes to the neighbor or not.
|
||||
type: bool
|
||||
pn_keepalive:
|
||||
description:
|
||||
- Specify BGP neighbor keepalive interval in seconds.
|
||||
|
||||
@@ -84,9 +84,11 @@ options:
|
||||
means that other configurations cannot use the interface. Exclusive is
|
||||
specified when you configure the interface as span interface and allows
|
||||
higher throughput through the interface.
|
||||
type: bool
|
||||
pn_nic_enable:
|
||||
description:
|
||||
- Specify if the NIC is enabled or not
|
||||
type: bool
|
||||
pn_vrrp_id:
|
||||
description:
|
||||
- Specify the ID for the VRRP interface. The IDs on both vRouters must be
|
||||
|
||||
Reference in New Issue
Block a user