interfaces_file: Add test for multiple address_family for same iface
This commit is contained in:
parent
a0aa53d1a1
commit
a4916e848d
21 changed files with 255 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
||||||
|
# The loopback network interface
|
||||||
|
auto lo eth0
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
# The primary network interface
|
||||||
|
iface eth0 inet static
|
||||||
|
address 192.168.0.1
|
||||||
|
|
||||||
|
iface eth0 inet6 static
|
||||||
|
address fc00::1
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"eth0": {
|
||||||
|
"address": "fc00::1",
|
||||||
|
"address_family": "inet6",
|
||||||
|
"down": [],
|
||||||
|
"method": "static",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
},
|
||||||
|
"lo": {
|
||||||
|
"address_family": "inet",
|
||||||
|
"down": [],
|
||||||
|
"method": "loopback",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
# The loopback network interface
|
||||||
|
auto lo eth0
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
# The primary network interface
|
||||||
|
iface eth0 inet static
|
||||||
|
address 192.168.0.1
|
||||||
|
|
||||||
|
iface eth0 inet6 static
|
||||||
|
address fc00::1
|
|
@ -0,0 +1,8 @@
|
||||||
|
[0] fail_json message: Error: interface aggi not found
|
||||||
|
options:
|
||||||
|
{
|
||||||
|
"iface": "aggi",
|
||||||
|
"option": "up",
|
||||||
|
"state": "present",
|
||||||
|
"value": "route add -net 224.0.0.0 netmask 240.0.0.0 dev aggi"
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"eth0": {
|
||||||
|
"address": "fc00::1",
|
||||||
|
"address_family": "inet6",
|
||||||
|
"down": [],
|
||||||
|
"method": "static",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
},
|
||||||
|
"lo": {
|
||||||
|
"address_family": "inet",
|
||||||
|
"down": [],
|
||||||
|
"method": "loopback",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
# The loopback network interface
|
||||||
|
auto lo eth0
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
# The primary network interface
|
||||||
|
iface eth0 inet static
|
||||||
|
address 192.168.0.1
|
||||||
|
|
||||||
|
iface eth0 inet6 static
|
||||||
|
address fc00::1
|
|
@ -0,0 +1,17 @@
|
||||||
|
[0] fail_json message: Error: interface aggi not found
|
||||||
|
options:
|
||||||
|
{
|
||||||
|
"iface": "aggi",
|
||||||
|
"option": "up",
|
||||||
|
"state": "present",
|
||||||
|
"value": "route add -net 224.0.0.0 netmask 240.0.0.0 dev aggi"
|
||||||
|
}
|
||||||
|
=====
|
||||||
|
[1] fail_json message: Error: interface aggi not found
|
||||||
|
options:
|
||||||
|
{
|
||||||
|
"iface": "aggi",
|
||||||
|
"option": "up",
|
||||||
|
"state": "absent",
|
||||||
|
"value": null
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"eth0": {
|
||||||
|
"address": "fc00::1",
|
||||||
|
"address_family": "inet6",
|
||||||
|
"down": [],
|
||||||
|
"method": "static",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
},
|
||||||
|
"lo": {
|
||||||
|
"address_family": "inet",
|
||||||
|
"down": [],
|
||||||
|
"method": "loopback",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
# The loopback network interface
|
||||||
|
auto lo eth0
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
# The primary network interface
|
||||||
|
iface eth0 inet manual
|
||||||
|
address 192.168.0.1
|
||||||
|
|
||||||
|
iface eth0 inet6 manual
|
||||||
|
address fc00::1
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"eth0": {
|
||||||
|
"address": "fc00::1",
|
||||||
|
"address_family": "inet6",
|
||||||
|
"down": [],
|
||||||
|
"method": "manual",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
},
|
||||||
|
"lo": {
|
||||||
|
"address_family": "inet",
|
||||||
|
"down": [],
|
||||||
|
"method": "loopback",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
# The loopback network interface
|
||||||
|
auto lo eth0
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
# The primary network interface
|
||||||
|
iface eth0 inet static
|
||||||
|
address 192.168.0.1
|
||||||
|
|
||||||
|
iface eth0 inet6 static
|
||||||
|
address fc00::1
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"eth0": {
|
||||||
|
"address": "fc00::1",
|
||||||
|
"address_family": "inet6",
|
||||||
|
"down": [],
|
||||||
|
"method": "static",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
},
|
||||||
|
"lo": {
|
||||||
|
"address_family": "inet",
|
||||||
|
"down": [],
|
||||||
|
"method": "loopback",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
# The loopback network interface
|
||||||
|
auto lo eth0
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
# The primary network interface
|
||||||
|
iface eth0 inet static
|
||||||
|
address 192.168.0.1
|
||||||
|
|
||||||
|
iface eth0 inet6 static
|
||||||
|
address fc00::1
|
||||||
|
mtu 1350
|
|
@ -0,0 +1,8 @@
|
||||||
|
[0] fail_json message: Error: interface aggi not found
|
||||||
|
options:
|
||||||
|
{
|
||||||
|
"iface": "aggi",
|
||||||
|
"option": "mtu",
|
||||||
|
"state": "present",
|
||||||
|
"value": "1350"
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"eth0": {
|
||||||
|
"address": "fc00::1",
|
||||||
|
"address_family": "inet6",
|
||||||
|
"down": [],
|
||||||
|
"method": "static",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
},
|
||||||
|
"lo": {
|
||||||
|
"address_family": "inet",
|
||||||
|
"down": [],
|
||||||
|
"method": "loopback",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
# The loopback network interface
|
||||||
|
auto lo eth0
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
# The primary network interface
|
||||||
|
iface eth0 inet static
|
||||||
|
address 192.168.0.1
|
||||||
|
|
||||||
|
iface eth0 inet6 static
|
||||||
|
address fc00::1
|
|
@ -0,0 +1,8 @@
|
||||||
|
[0] fail_json message: Error: interface aggi not found
|
||||||
|
options:
|
||||||
|
{
|
||||||
|
"iface": "aggi",
|
||||||
|
"option": "slaves",
|
||||||
|
"state": "present",
|
||||||
|
"value": "int1 int3"
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"eth0": {
|
||||||
|
"address": "fc00::1",
|
||||||
|
"address_family": "inet6",
|
||||||
|
"down": [],
|
||||||
|
"method": "static",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
},
|
||||||
|
"lo": {
|
||||||
|
"address_family": "inet",
|
||||||
|
"down": [],
|
||||||
|
"method": "loopback",
|
||||||
|
"post-up": [],
|
||||||
|
"pre-up": [],
|
||||||
|
"up": []
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
# The loopback network interface
|
||||||
|
auto lo eth0
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
# The primary network interface
|
||||||
|
iface eth0 inet static
|
||||||
|
address 192.168.0.1
|
||||||
|
|
||||||
|
iface eth0 inet6 static
|
||||||
|
address fc00::1
|
Loading…
Reference in a new issue