diff options
author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-01-28 12:54:31 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-27 21:54:31 -0500 |
commit | 7dded0a0a411c2df7a0bcbcdc24da3ffef353efd (patch) | |
tree | d4c8693c84d5e45478b4ed22954c9427f8998981 /plugins/modules | |
parent | f64dd509fc1f53a2e9b4296512f1ee5c46bb47e6 (diff) | |
download | vyos.vyos-7dded0a0a411c2df7a0bcbcdc24da3ffef353efd.tar.gz vyos.vyos-7dded0a0a411c2df7a0bcbcdc24da3ffef353efd.zip |
T7083 p2p removed (#378)
* T7083 p2p removed
Diffstat (limited to 'plugins/modules')
-rw-r--r-- | plugins/modules/vyos_firewall_rules.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/modules/vyos_firewall_rules.py b/plugins/modules/vyos_firewall_rules.py index d8c7a1c9..850299ff 100644 --- a/plugins/modules/vyos_firewall_rules.py +++ b/plugins/modules/vyos_firewall_rules.py @@ -352,24 +352,6 @@ options: - Packet type match. type: str choices: ['broadcast', 'multicast', 'host', 'other'] - p2p: - description: - - P2P application packets. - type: list - elements: dict - suboptions: - application: - description: - - Name of the application. - type: str - choices: - - all - - applejuice - - bittorrent - - directconnect - - edonkey - - gnutella - - kazaa protocol: description: - Protocol to match (protocol name in /etc/protocols or protocol number |