提交 e89002cc 编写于 作者: V Vladislav Grishenko

ipoe: log invalid start values and fix dist config

上级 7a08d2a9
......@@ -142,7 +142,7 @@ shared=0
ifcfg=1
mode=L2
start=dhcpv4
#start=UP
#start=up
#ip-unnumbered=1
#proxy-arp=0
#nat=0
......
......@@ -3846,6 +3846,8 @@ static void load_config(void)
conf_up = 1;
else if (!strcmp(opt1->val, "auto"))
conf_auto = 1;
else
log_error("ipoe: failed to parse 'start=%s'\n", opt1->val);
}
if (!conf_dhcpv4 && !conf_up)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册