
In order to bootstrap and unlock on debian, there are several workarounds required while the code is being modified to properly support both Centos and Debian. This is considered a temporary folder because eventually all the workarounds should end up being resolved and removed from the scripts. Updated tox to exclude the two scripts from bashate Story: 2009101 Task: 44827 Co-Authored-By: Dan Voiculeasa <dan.voiculeasa@windriver.com> Signed-off-by: Al Bailey <al.bailey@windriver.com> Change-Id: I0cca8e564c1f30333ef7d060ea7f8a6089187d1a
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
# HEADER: This file is being managed by puppet. Changes to
|
|
# HEADER: interfaces that are not being managed by puppet will persist;
|
|
# HEADER: however changes to interfaces that are being managed by puppet will
|
|
# HEADER: be overwritten. In addition, file order is NOT guaranteed.
|
|
# HEADER: Last generated at: 2022-02-15 12:23:56 +0000 by Andre Kantek
|
|
|
|
|
|
auto enp0s3 lo lo:1 lo:5
|
|
|
|
iface enp0s3 inet static
|
|
address 10.41.4.3
|
|
netmask 255.255.255.0
|
|
gateway 10.41.4.1
|
|
mtu 1500
|
|
pre-up sleep 20; /usr/sbin/sysctl -w net.ipv6.conf.enp0s3.autoconf=0 net.ipv6.conf.enp0s3.accept_ra=0 net.ipv6.conf.enp0s3.accept_redirects=0
|
|
|
|
iface lo inet static
|
|
address 192.168.204.2
|
|
netmask 255.255.255.0
|
|
mtu 1500
|
|
post-up /usr/local/bin/tc_setup.sh lo mgmt 10000 > /dev/null
|
|
pre-up sleep 20; /usr/sbin/sysctl -w net.ipv6.conf.lo.autoconf=0 net.ipv6.conf.lo.accept_ra=0 net.ipv6.conf.lo.accept_redirects=0
|
|
scope host
|
|
|
|
iface lo:1 inet static
|
|
address 192.168.204.2
|
|
netmask 255.255.255.0
|
|
mtu 1500
|
|
pre-up sleep 20; /usr/sbin/sysctl -w net.ipv6.conf.lo.autoconf=0 net.ipv6.conf.lo.accept_ra=0 net.ipv6.conf.lo.accept_redirects=0
|
|
scope host
|
|
|
|
iface lo:5 inet static
|
|
address 192.168.206.2
|
|
netmask 255.255.255.0
|
|
mtu 1500
|
|
pre-up sleep 20; /usr/sbin/sysctl -w net.ipv6.conf.lo.autoconf=0 net.ipv6.conf.lo.accept_ra=0 net.ipv6.conf.lo.accept_redirects=0
|
|
scope host
|
|
|
|
|