Switch ipfw from ipfw1 to ipfw2.
[dragonfly/port-amd64.git] / sys / net / ipfw / ip_fw.h
blob23b1f79c9b13b379dd3779eab59cb7e5be6feb34
1 /*
2 * Copyright (c) 1993 Daniel Boulet
3 * Copyright (c) 1994 Ugen J.S.Antsilevich
5 * Redistribution and use in source forms, with and without modification,
6 * are permitted provided that this entire comment appears intact.
8 * Redistribution in binary form may occur without any restrictions.
9 * Obviously, it would be nice if you gave credit where credit is due
10 * but requiring it would be too onerous.
12 * This software is provided ``AS IS'' without any warranties of any kind.
14 * $FreeBSD: src/sys/netinet/ip_fw.h,v 1.47.2.11 2002/07/09 09:11:42 luigi Exp $
15 * $DragonFly: src/sys/net/ipfw/ip_fw.h,v 1.8 2007/09/02 13:27:23 sephe Exp $
18 #ifndef _IP_FW_H
19 #define _IP_FW_H
21 #include "ip_fw2.h"
23 #endif /* _IP_FW_H */