molon 4 лет назад
Родитель
Сommit
03f8f99dba
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      scripts/install.sh

+ 1 - 0
scripts/install.sh

@@ -73,6 +73,7 @@ gen_iptables() {
 EOF
 }
 
+# run `ifconifg -a` to get eth device name to replace ens3
 gen_ifconfig() {
     cat <<EOF
 $(awk -F "/" '{print "ifconfig ens3 inet6 add " $5 "/64"}' ${WORKDATA})