diff options
author | Gaige B Paulsen <gaige@cluetrust.com> | 2025-02-01 19:27:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-01 19:27:36 -0500 |
commit | 8b52367a05885ad11f3aae41f2e1228261d8db7e (patch) | |
tree | aea7bad8626b8530821a3457d175dfb1311d60d9 /plugins/modules | |
parent | 5e12a15b2ed6dfa4cc598153b00d240bf64d6fa2 (diff) | |
parent | 563ee2480aeb3378ea05e1bed4d042afeb9b6e69 (diff) | |
download | vyos.vyos-dependabot/github_actions/actions/setup-python-5.tar.gz vyos.vyos-dependabot/github_actions/actions/setup-python-5.zip |
Merge branch 'main' into dependabot/github_actions/actions/setup-python-5dependabot/github_actions/actions/setup-python-5
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 |