From 399c44c9a02bc17fa07b5bdb9c56fe93aa9a128a Mon Sep 17 00:00:00 2001 From: michalbil Date: Tue, 12 Mar 2024 11:05:42 +0100 Subject: [PATCH] docs: Fix return value descriptions for set_virtual_router methods --- panos/network.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panos/network.py b/panos/network.py index 1a9e1ad3..892915ef 100644 --- a/panos/network.py +++ b/panos/network.py @@ -449,7 +449,7 @@ def set_virtual_router( was updated (update=True). Returns: - Zone: The zone for this interface after the operation completes + VirtualRouter: The virtual router for this interface after the operation completes """ # Don't add HA, layer 2 or aggregate-group interfaces to virtual router. @@ -811,7 +811,7 @@ def set_virtual_router( (Default: False) Returns: - Zone: The zone for this interface after the operation completes + VirtualRouter: The virtual router for this interface after the operation completes """ interface = Layer3Subinterface(self.name, self.tag)