mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
* 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>
(cherry picked from commit 0c828d9d01
)
Co-authored-by: Roman Belyakovsky <ihryamzik@gmail.com>
This commit is contained in:
parent
b08f0b2f82
commit
b0a9cceeb5
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