interfaces_file: unit tests improved (#3863) (#3869)

* 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:
patchback[bot] 2021-12-08 12:51:25 +01:00 committed by GitHub
commit b0a9cceeb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 1187 additions and 2 deletions

View file

@ -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