From 016e57a06760151faa4db05d34b3e43e6e120ed5 Mon Sep 17 00:00:00 2001 From: Marcus van Dam Date: Tue, 28 Jun 2022 13:19:52 +0200 Subject: [PATCH] Do not add layer2 interfaces to a virtual router --- panos/network.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panos/network.py b/panos/network.py index 566a6dcc..f2fd6605 100644 --- a/panos/network.py +++ b/panos/network.py @@ -426,8 +426,8 @@ def set_virtual_router( Zone: The zone for this interface after the operation completes """ - # Don't add HA or aggregate-group interfaces to virtual router. - if getattr(self, "mode", "") in ("ha", "aggregate-group"): + # Don't add HA, aggregate-group, and layer2 interfaces to virtual router. + if getattr(self, "mode", "") in ("ha", "aggregate-group", "layer2"): return False return self._set_reference(