15 lines
301 B
Bash
15 lines
301 B
Bash
#!/bin/bash
|
|
|
|
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
|
|
|
|
birdc c
|
|
cd
|
|
rm -rf bird_config
|
|
|
|
cd
|
|
rm update.sh |