Commit 199d3089 authored by wangyongshou's avatar wangyongshou

must config twice cmd, unknown reasoon

parent 10b662a7
......@@ -395,6 +395,7 @@ startup_config_process (vlib_main_t * vm,
strcat(if_cmd, SET_INTER_NAT44);
strcat(if_cmd, SET_NAT44_ADDRESS);
strcat(if_cmd, IP_ROUTE_DEFAULT);
strcat(if_cmd, IP_ROUTE_DEFAULT);
strcat(if_cmd, IP_ROUTE_DEFAULT);
......@@ -404,6 +405,7 @@ startup_config_process (vlib_main_t * vm,
if_info->if_n6.name, if_info->if_n6.gateway,
if_info->if_n3.name, if_info->if_n6.name,if_info->if_n6.ipaddr,
if_info->if_n3.gateway, 32, if_info->if_n3.name,
if_info->if_n3.gateway, 32, if_info->if_n3.name,
if_info->if_n6.gateway, 32, if_info->if_n6.name);
vec_resize (buf, strlen(cmd));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment