Remove dead code.

Approved by:	re@ (hrs@)
MFC after:	1 week
This commit is contained in:
Cy Schubert 2016-06-30 14:53:46 +00:00
parent ae5876ea19
commit 53362bdcc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302296

View File

@ -410,23 +410,6 @@ static void flushfilter(arg, filter)
return;
}
#ifdef SIOCIPFFA
if (!strcmp(arg, "u")) {
closedevice();
/*
* Flush auth rules and packets
*/
if (opendevice(IPL_AUTH, 1) == -1)
perror("open(IPL_AUTH)");
else {
if (ioctl(fd, SIOCIPFFA, &fl) == -1)
ipferror(fd, "ioctl(SIOCIPFFA)");
}
closedevice();
return;
}
#endif
if (strchr(arg, 'i') || strchr(arg, 'I'))
fl = FR_INQUE;
if (strchr(arg, 'o') || strchr(arg, 'O'))