Skip to content

Commit 0ccd8cd

Browse files
authored
Disable frr eigrpd
1 parent e2b1a11 commit 0ccd8cd

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

tests/centos-controller.sh

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,14 @@ source /etc/os-release
4848
yum -y install git autoconf automake libtool make readline-devel texinfo net-snmp-devel groff pkgconfig json-c-devel pam-devel bison flex pytest c-ares-devel python-devel python-sphinx libcap-devel elfutils-libelf-devel libunwind-devel protobuf-c-devel
4949
yum -y install https://rpm.frrouting.org/repo/frr-stable-repo-1-0.el${VERSION_ID}.noarch.rpm
5050
yum -y install frr frr-pythontools
51-
cat << EOF > /etc/frr/eigrpd.conf
52-
router eigrp 1
53-
network 11.12.13.0/24
54-
EOF
55-
chown frr:frr /etc/frr/eigrpd.conf
56-
chmod 640 /etc/frr/eigrpd.conf
51+
#cat << EOF > /etc/frr/eigrpd.conf
52+
#router eigrp 1
53+
# network 11.12.13.0/24
54+
#EOF
55+
#chown frr:frr /etc/frr/eigrpd.conf
56+
#chmod 640 /etc/frr/eigrpd.conf
5757
gpasswd -a frr frrvty
58-
sed -i 's/eigrpd=.*/eigrpd=yes/g' /etc/frr/daemons
58+
#sed -i 's/eigrpd=.*/eigrpd=yes/g' /etc/frr/daemons
5959
systemctl enable frr
6060
systemctl start frr
61-
vtysh -f /etc/frr/eigrpd.conf
62-
61+
#vtysh -f /etc/frr/eigrpd.conf

0 commit comments

Comments
 (0)