Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions panos/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
Expand Down