mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00: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:
@@ -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
|
||||
Reference in New Issue
Block a user