[remove] old scripts, not using anymore

This commit is contained in:
gitea 2023-10-19 20:14:39 +08:00
parent 5e821cf08c
commit d2fd9a6a25
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ for num4 in `seq 200 254`; do
[[ $? -ne 0 ]] && break
done
ip link add main2wrt link enp1s0 type macvlan mode bridge
ip link add main2wrt link enp1s0 type macvlan mode bridge
ip addr add $IP dev main2wrt
ip link set main2wrt up
ip route add 192.168.10.123 dev main2wrt