From a45e2988263f5109a56b6dcb2c46ecbc6738cb3a Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 27 Aug 2020 14:58:25 -0400 Subject: Release 1.0.4 (#81) Release 1.0.4 Reviewed-by: https://github.com/apps/ansible-zuul --- docs/vyos.vyos.vyos_firewall_interfaces_module.rst | 300 ++++++++++----------- 1 file changed, 150 insertions(+), 150 deletions(-) (limited to 'docs/vyos.vyos.vyos_firewall_interfaces_module.rst') diff --git a/docs/vyos.vyos.vyos_firewall_interfaces_module.rst b/docs/vyos.vyos.vyos_firewall_interfaces_module.rst index 9e37a423..7c55b045 100644 --- a/docs/vyos.vyos.vyos_firewall_interfaces_module.rst +++ b/docs/vyos.vyos.vyos_firewall_interfaces_module.rst @@ -31,177 +31,183 @@ Parameters Parameter Choices/Defaults - Comments + Comments - - + +
config
list - / elements=dictionary
- - - - -
A list of firewall rules options for interfaces.
- + / elements=dictionary + + + + + +
A list of firewall rules options for interfaces.
+ - - - + + +
access_rules
list - / elements=dictionary
- - - - -
Specifies firewall rules attached to the interfaces.
- + / elements=dictionary + + + + + +
Specifies firewall rules attached to the interfaces.
+ - - - - + + + +
afi
string - / required
- - - - - -
Specifies the AFI for the Firewall rules to be configured on this interface.
- + / required + + + + + + +
Specifies the AFI for the Firewall rules to be configured on this interface.
+ - - - - + + + +
rules
list - / elements=dictionary
- - - - -
Specifies the firewall rules for the provided AFI.
- + / elements=dictionary + + + + + +
Specifies the firewall rules for the provided AFI.
+ - - - - - + + + + +
direction
string - / required
- - - - - -
Specifies the direction of packets that the firewall rule will be applied on.
- + / required + + + + + + +
Specifies the direction of packets that the firewall rule will be applied on.
+ - - - - - + + + + +
name
string -
- - - - -
Specifies the name of the IPv4/IPv6 Firewall rule for the interface.
- + + + + + +
Specifies the name of the IPv4/IPv6 Firewall rule for the interface.
+ - - - - - + + + + +
name
string - / required
- - - - -
Name/Identifier for the interface.
- + / required + + + + + +
Name/Identifier for the interface.
+ - - - + + +
running_config
string -
- - - - -
The module, by default, will connect to the remote device and retrieve the current running-config to use as a base for comparing against the contents of source. There are times when it is not desirable to have the task get the current running-config for every task in a playbook. The running_config argument allows the implementer to pass in the configuration to use as the base config for comparison. This value of this option should be the output received from device by executing command C(show configuration commands | grep 'firewall'
- + + + + + +
The module, by default, will connect to the remote device and retrieve the current running-config to use as a base for comparing against the contents of source. There are times when it is not desirable to have the task get the current running-config for every task in a playbook. The running_config argument allows the implementer to pass in the configuration to use as the base config for comparison. This value of this option should be the output received from device by executing command C(show configuration commands | grep 'firewall'
+ - - + +
state
string -
- - - - - -
The state the configuration should be left in.
- + + + + + + +
The state the configuration should be left in.
+ - +
@@ -212,7 +218,6 @@ Examples .. code-block:: yaml+jinja - # Using merged # # Before state: @@ -1329,9 +1334,6 @@ Examples - - - Return Values ------------- Common return values are documented `here `_, the following are the fields unique to this module: @@ -1344,60 +1346,60 @@ Common return values are documented `here Returned Description - - + +
after
list -
- + + when changed -
The resulting configuration model invocation.
-
-
Sample:
-
The configuration returned will always be in the same format +
The resulting configuration model invocation.
+
+
Sample:
+
The configuration returned will always be in the same format of the parameters above.
- + - - + +
before
list -
- +
+ always -
The configuration prior to the model invocation.
-
-
Sample:
-
The configuration returned will always be in the same format +
The configuration prior to the model invocation.
+
+
Sample:
+
The configuration returned will always be in the same format of the parameters above.
- + - - + +
commands
list -
- +
+ always -
The set of commands pushed to the remote device.
-
-
Sample:
-
["set interfaces ethernet eth1 firewall local ipv6-name 'V6-LOCAL'", "set interfaces ethernet eth3 firewall in name 'INBOUND'"]
- +
The set of commands pushed to the remote device.
+
+
Sample:
+
["set interfaces ethernet eth1 firewall local ipv6-name 'V6-LOCAL'", "set interfaces ethernet eth3 firewall in name 'INBOUND'"]
+ - +

@@ -1409,5 +1411,3 @@ Authors ~~~~~~~ - Rohit Thakur (@rohitthakur2590) - - -- cgit v1.2.3