tests: add fixture illustrating how smart stanza merging should work

This commit is contained in:
Ariadne Conill 2020-12-02 11:17:41 -07:00
parent 43159fec82
commit 0dd7756df2

View 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