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