Add missing new files from commit 131e09855e06
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / ip / address / v6.pp
diff --git a/3rdparty/modules/stdlib/types/ip/address/v6.pp b/3rdparty/modules/stdlib/types/ip/address/v6.pp
new file mode 100644 (file)
index 0000000..96c100f
--- /dev/null
@@ -0,0 +1,6 @@
+type Stdlib::IP::Address::V6 = Variant[
+  Stdlib::IP::Address::V6::Full,
+  Stdlib::IP::Address::V6::Compressed,
+  Stdlib::IP::Address::V6::Alternative,
+  Stdlib::IP::Address::V6::Nosubnet,
+]