From cf59a8bcbfc811ddedfb0739b7a92f46a7ba2dc8 Mon Sep 17 00:00:00 2001 From: Steve Krause Date: Tue, 16 Jun 2020 20:18:09 -0400 Subject: [PATCH] added vartype='member' to BgpPolicyRule:action_community_argument in network.py --- pandevice/network.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandevice/network.py b/pandevice/network.py index 8711b7b8..1517f78b 100644 --- a/pandevice/network.py +++ b/pandevice/network.py @@ -3200,6 +3200,7 @@ def _setup(self): "action_community_type": ["remove-regex", "append", "overwrite"], }, path="action/{action}/update/community/{action_community_type}", + vartype="member", ) ) params.append(