recover the line which was wrongly disappeared during scope cleanup.
tcpdrop(8) should work for IPv6, again.
This commit is contained in:
parent
7abfae504a
commit
4dad226e45
@ -2194,6 +2194,7 @@ sysctl_drop(SYSCTL_HANDLER_ARGS)
|
||||
if (error)
|
||||
return (error);
|
||||
error = sa6_embedscope(lin6, ip6_use_defzone);
|
||||
if (error)
|
||||
return (error);
|
||||
break;
|
||||
#endif
|
||||
|
@ -2194,6 +2194,7 @@ sysctl_drop(SYSCTL_HANDLER_ARGS)
|
||||
if (error)
|
||||
return (error);
|
||||
error = sa6_embedscope(lin6, ip6_use_defzone);
|
||||
if (error)
|
||||
return (error);
|
||||
break;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user