Skip to content

Commit

Permalink
vrnetlab: Set dummy IPv6 address/gw for hostfwd management
Browse files Browse the repository at this point in the history
  • Loading branch information
vista- committed Oct 29, 2024
1 parent bf4460a commit fd974b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/vrnetlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ def __init__(
self.mgmt_gw_ipv4, self.mgmt_gw_ipv6 = self.get_mgmt_gw()
else:
self.mgmt_address_ipv4 = "10.0.0.15/24"
self.mgmt_address_ipv6 = None
self.mgmt_address_ipv6 = "2001:db8::2/64"
self.mgmt_gw_ipv4 = "10.0.0.2"
self.mgmt_gw_ipv6 = None
self.mgmt_gw_ipv6 = "2001:db8::1"

self.insuffucient_nics = False
self.min_nics = 0
Expand Down

0 comments on commit fd974b6

Please sign in to comment.