[openwrt/nat64] uci commit
This commit is contained in:
parent
be852526b8
commit
437fc066f7
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@ nat64=$1; shift
|
|||
cat <<EOF | ssh -t "root@${address}"
|
||||
set -x
|
||||
opkg update
|
||||
opkg install kmod-jool jool-tools
|
||||
|
||||
# Do not announce ULA - we have GUA
|
||||
uci delete network.globals.ula_prefix
|
||||
|
@ -27,7 +28,11 @@ uci delete network.globals.ula_prefix
|
|||
# Set hostname
|
||||
uci set system.@system[0].hostname="${hostname}"
|
||||
|
||||
# add jool
|
||||
|
||||
# Do something wireless (?)
|
||||
# disable?
|
||||
|
||||
uci commit
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue