Commit f933b3a6 authored by Xavier Thompson's avatar Xavier Thompson

slapformat: WIP: Fix: Add None default for ipv6_range

parent 84191b93
...@@ -406,7 +406,7 @@ class Partition(object): ...@@ -406,7 +406,7 @@ class Partition(object):
user : User user : User
ipv4_list: list[ipaddress.IPv4Interface] ipv4_list: list[ipaddress.IPv4Interface]
ipv6_list: list[ipaddress.IPv6Interface] ipv6_list: list[ipaddress.IPv6Interface]
ipv6_range: ipaddress.IPv6Network ipv6_range: ipaddress.IPv6Network = None
tap : Tap tap : Tap
tun : Tun tun : Tun
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment