Gitiles
Code Review
Sign In
gerrit.opencord.org
/
cord-tester
/
3a4e435a6574a933f8fd60ddb66254798fd640ef
/
.
/
src
/
test
/
setup
/
quagga-config
/
start.sh
blob: 77e342ba3a816b9853260b97aa90903edd8216da [
file
] [
log
] [
blame
]
#!/bin/bash
ulimit
-
n
65536
ip a add
10.10
.
0.3
/
16
dev eth1
#bgpd -u root -f /root/config/bgpd.conf &
conf_file
=
$
{
1
:-/
root
/
config
/
testrib
.
conf
}
/
usr
/
local
/
sbin
/
zebra
-
u root
-
f $conf_file