From 7dded0a0a411c2df7a0bcbcdc24da3ffef353efd Mon Sep 17 00:00:00 2001
From: omnom62 <75066712+omnom62@users.noreply.github.com>
Date: Tue, 28 Jan 2025 12:54:31 +1000
Subject: T7083 p2p removed (#378)

* T7083 p2p removed
---
 plugins/modules/vyos_firewall_rules.py | 18 ------------------
 1 file changed, 18 deletions(-)

(limited to 'plugins/modules')

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
-- 
cgit v1.2.3