We're gits on the moon! We format our patches! But there ain't no stashes so we code bad branches and rebase our commits!

This commit is contained in:
Aoi Koizumi (古泉 あおい) 2021-08-16 02:10:04 +00:00
parent 1923ed63ef
commit 31f3a57045
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,6 @@
2021-08-16 Nova <novaburst@tilde.team>
* Cleared out default values for variables related to Static IP
2021-08-15 Nova <novaburst@tilde.team>
* Fixed an issue related to wpa_supplicant restart (so far it is working well)
* TODO: maybe support other DHCP daemons?

View File

@ -446,12 +446,12 @@ show_device_conf() {
}
config_ip_static() {
DEV_IP="192.168.1.2"
DEV_NET="192.168.1.0"
DEV_IP=""
DEV_NET=""
DEV_NETMASK="255.255.255.0"
DEV_GW="192.168.1.1"
DEV_DNS1="208.67.222.222"
DEV_DNS2="208.67.220.220"
DEV_GW=""
DEV_DNS1=""
DEV_DNS2=""
DEVNAME=$1
eval "${DIALOG} --form 'Set network for device: ${DEVNAME}' \