we definitely wanna support more than /64 on ipv6, upping it to /60 for now, but prob wanna do more eventually
This commit is contained in:
parent
f44ff9304e
commit
bc47af367a
|
@ -15,7 +15,7 @@ source /etc/libvirt/hooks/$IFACE
|
||||||
: ${PUBLICMAC:=52:54:00:00:00:11}
|
: ${PUBLICMAC:=52:54:00:00:00:11}
|
||||||
###
|
###
|
||||||
|
|
||||||
maxprefixv6=64
|
maxprefixv6=60
|
||||||
maxprefixv4=25
|
maxprefixv4=25
|
||||||
|
|
||||||
if [ -z $IP ]; then
|
if [ -z $IP ]; then
|
||||||
|
|
Loading…
Reference in New Issue