2024-02-14 10:37:43 -08:00
|
|
|
#!/bin/vbash
|
|
|
|
|
|
|
|
if [ "$(id -g -n)" != 'vyattacfg' ] ; then
|
|
|
|
exec sg vyattacfg -c "/bin/vbash $(readlink -f $0) $@"
|
|
|
|
fi
|
|
|
|
|
|
|
|
source /opt/vyatta/etc/functions/script-template
|
|
|
|
|
2024-02-14 10:47:46 -08:00
|
|
|
configure
|
|
|
|
|
|
|
|
. test.sh
|
|
|
|
#. firewall.sh
|
|
|
|
#. interfaces.sh
|
|
|
|
#. nat.sh
|
|
|
|
#. qos.sh
|
|
|
|
#. service.sh
|
|
|
|
#. system.sh
|
2024-02-14 10:37:43 -08:00
|
|
|
|
|
|
|
exit
|