commit
96f74ba685
|
@ -622,7 +622,7 @@ ret_code routing_add(routing_t *conf_buff)
|
||||||
|
|
||||||
if(version_t == IPV4_VERSION)
|
if(version_t == IPV4_VERSION)
|
||||||
{
|
{
|
||||||
if((metric_t < 0)
|
if(metric_t < 0)
|
||||||
{
|
{
|
||||||
return RET_INPUTERR;
|
return RET_INPUTERR;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue