* Add support for mDNS on network resource
Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
* Add mDSN network tests
Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
---------
Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
* Add missing WAN IPv6 properties to network resource
* Rename 'ipv6_static_subnet' to 'ipv6_subnet'
According to the go-unifi lib, the name was incorrect
* Improve description and validation of IPv6 properties
* Add missing IPv6 props to network
* Add IPv6 support to firewall rules
* Adjust naming
* ensure unique vlan
* Add vlan ID validation
* fix assertion
* Update docs
* rename attribute
* cleanup imports
* test protocol_v6
* test dhcp_v6_lease
* spelling
* switch protocol back
Co-authored-by: Paul Tyng <paul@paultyng.net>
* Expose InternetAccessEnabled and IntraNetworkAccessEnabled
* Generate docs
* bump go-unifi to v1.27.0
* ammend tf and unifi versions
* fix minrate preference setting in 7.2
* fix
* try some additional tf 1.3 versions to see why they are failing
* Bump sdk version to fix import test bug
Co-authored-by: Dillon Newell <dillon@newell-labs.ca>
- E.g. `terraform import unifi_network.mynetwork name=LAN`
- Bumps cidr prefix in tests to avoid:
Call to function "cidrsubnet" failed: prefix extension of 4 does not
accommodate a subnet numbered 18.
* add support for adding IPv6 to a network
* quote value in the network test
* change tests to use static prefix
* minor fix for sdkv2
Co-authored-by: Alex Hanselka <alex@darkdna.net>