xref: /freebsd/sys/netgraph/ng_ipfw.h (revision 830c6e2b9739809ec17d5ee22573dcea01c972ed)
1670742a1SGleb Smirnoff /*-
2670742a1SGleb Smirnoff  * Copyright 2005, Gleb Smirnoff <glebius@FreeBSD.org>
3670742a1SGleb Smirnoff  * All rights reserved.
4670742a1SGleb Smirnoff  *
5670742a1SGleb Smirnoff  * Redistribution and use in source and binary forms, with or without
6670742a1SGleb Smirnoff  * modification, are permitted provided that the following conditions
7670742a1SGleb Smirnoff  * are met:
8670742a1SGleb Smirnoff  * 1. Redistributions of source code must retain the above copyright
9670742a1SGleb Smirnoff  *    notice, this list of conditions and the following disclaimer.
10670742a1SGleb Smirnoff  * 2. Redistributions in binary form must reproduce the above copyright
11670742a1SGleb Smirnoff  *    notice, this list of conditions and the following disclaimer in the
12670742a1SGleb Smirnoff  *    documentation and/or other materials provided with the distribution.
13670742a1SGleb Smirnoff  *
14670742a1SGleb Smirnoff  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15670742a1SGleb Smirnoff  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16670742a1SGleb Smirnoff  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17670742a1SGleb Smirnoff  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18670742a1SGleb Smirnoff  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19670742a1SGleb Smirnoff  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20670742a1SGleb Smirnoff  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21670742a1SGleb Smirnoff  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22670742a1SGleb Smirnoff  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23670742a1SGleb Smirnoff  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24670742a1SGleb Smirnoff  * SUCH DAMAGE.
25670742a1SGleb Smirnoff  *
26670742a1SGleb Smirnoff  * $FreeBSD$
27670742a1SGleb Smirnoff  */
28670742a1SGleb Smirnoff 
29830c6e2bSLuigi Rizzo #ifndef _NG_IPFW_H
30830c6e2bSLuigi Rizzo #define _NG_IPFW_H
31670742a1SGleb Smirnoff #define NG_IPFW_NODE_TYPE    "ipfw"
32830c6e2bSLuigi Rizzo #endif /* _NG_IPFW_H */
33