mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6 forgotten in the previous commit.
MFC after: 3 days
This commit is contained in:
parent
8c626ca5dc
commit
120ff2d73d
1 changed files with 0 additions and 2 deletions
|
|
@ -281,8 +281,6 @@ in6_control(struct socket *so, u_long cmd, caddr_t data,
|
|||
/* FALLTHROUGH */
|
||||
case OSIOCGIFINFO_IN6:
|
||||
case SIOCGIFINFO_IN6:
|
||||
case SIOCGDRLST_IN6:
|
||||
case SIOCGPRLST_IN6:
|
||||
case SIOCGNBRINFO_IN6:
|
||||
case SIOCGDEFIFACE_IN6:
|
||||
return (nd6_ioctl(cmd, data, ifp));
|
||||
|
|
|
|||
Loading…
Reference in a new issue