/*
* Copyright (C) 2002 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*
* $Id: remove_poolnode.c,v 1.3 2003/11/22 10:14:36 darrenr Exp $
*/
#include <fcntl.h>
#include "ipf.h"
#include "netinet/ip_lookup.h"
int unit;
char *name;
{
return -1;
if ((opts & OPT_DONOTHING) == 0) {
perror("remove_pool:SIOCLOOKUPDELNODE");
return -1;
}
}
return 0;
}