remove static disable
This commit is contained in:
13
update.sh
13
update.sh
@@ -3,9 +3,16 @@
|
||||
cd
|
||||
git clone https://git.nia.ink/brnet/bird_config.git
|
||||
|
||||
rm /etc/bird/template/inet.conf
|
||||
mv ./bird_config/bird/template/inet.conf /etc/bird/template/inet.conf
|
||||
mv ./bird_config/bird/template/inet_ibgp.conf /etc/bird/template/inet_ibgp.conf
|
||||
rm /etc/bird/bird.conf
|
||||
mv ./bird_config/bird/bird.conf /etc/bird/bird.conf
|
||||
|
||||
rm /etc/bird/net/dn42.conf
|
||||
mv ./bird_config/bird/net/dn42.conf /etc/bird/net/dn42.conf
|
||||
|
||||
rm /etc/bird/net/inet.conf
|
||||
mv ./bird_config/bird/net/inet.conf /etc/bird/net/inet.conf
|
||||
|
||||
mv ./bird_config/bird/conf/static.conf /etc/bird/net/conf/static.conf.disable
|
||||
|
||||
birdc c
|
||||
cd
|
||||
|
||||
Reference in New Issue
Block a user