Closed skayres closed 5 years ago
Hi! Great project.
Is it possible to change ipv4.prefix? Is there the setter?
ethernet = deviceGroup.Ethernet.add(Name='eth1')) ipv4 = ethernet.Ipv4.add(Name='ip1') ipv4.Address.Increment(start_value='1.1.1.1', step_value='1.0.0.0') ipv4.GatewayIp.Increment(start_value='1.1.1.0', step_value='1.0.0.0') ipv4.Prefix = 31?
Thank you.
ipv4.Prefix.Single(31)
Hi! Great project.
Is it possible to change ipv4.prefix? Is there the setter?
Thank you.