Mod aaa-12 修改静态路由metric校验机制

SOL
修改人:tongyebin
检视人:
This commit is contained in:
tongyebin 2019-08-29 10:51:15 +08:00
commit 96f74ba685
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ ret_code routing_add(routing_t *conf_buff)
if(version_t == IPV4_VERSION)
{
if((metric_t < 0)
if(metric_t < 0)
{
return RET_INPUTERR;
}