mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 13:12:46 +00:00
interfaces_file: unit tests improved (#3863)
* interfaces_file: fixed unit tests and added README, added test cases for #3862 * typo fix for interfaces_file unit tests README.md Co-authored-by: Felix Fontein <felix@fontein.de> * typo fix for interfaces_file unit tests README.md Co-authored-by: Felix Fontein <felix@fontein.de> * typo fix for interfaces_file unit tests README.md Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
3dd5b0d343
commit
0c828d9d01
65 changed files with 1187 additions and 2 deletions
|
|
@ -0,0 +1,11 @@
|
|||
# this file covers duplicates issue for up/down option, #3841
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
auto aggi
|
||||
iface aggi inet dhcp
|
||||
address 10.44.15.196
|
||||
netmask 255.255.255.248
|
||||
mtu 1500
|
||||
up route add -net 224.0.0.0 netmask 240.0.0.0 dev aggi
|
||||
up route add -net 224.0.0.0 netmask 240.0.0.0 dev aggi
|
||||
Loading…
Add table
Add a link
Reference in a new issue