tests: add fixture illustrating how smart stanza merging should work
This commit is contained in:
parent
43159fec82
commit
0dd7756df2
1 changed files with 14 additions and 0 deletions
14
tests/fixtures/stanza-merging.interfaces
vendored
Normal file
14
tests/fixtures/stanza-merging.interfaces
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
# cidr and without-cidr should be equivalent
|
||||
iface cidr
|
||||
address 203.0.113.1/32
|
||||
|
||||
iface cidr
|
||||
address 203.0.113.2/24
|
||||
|
||||
iface without-cidr
|
||||
address 203.0.113.1
|
||||
netmask 32
|
||||
|
||||
iface without-cidr
|
||||
address 203.0.113.2
|
||||
netmask 24
|
Loading…
Reference in a new issue