1141351Sglebius/*-
2141351Sglebius * Copyright 2005, Gleb Smirnoff <glebius@FreeBSD.org>
3141351Sglebius * All rights reserved.
4141351Sglebius *
5141351Sglebius * Redistribution and use in source and binary forms, with or without
6141351Sglebius * modification, are permitted provided that the following conditions
7141351Sglebius * are met:
8141351Sglebius * 1. Redistributions of source code must retain the above copyright
9141351Sglebius *    notice, this list of conditions and the following disclaimer.
10141351Sglebius * 2. Redistributions in binary form must reproduce the above copyright
11141351Sglebius *    notice, this list of conditions and the following disclaimer in the
12141351Sglebius *    documentation and/or other materials provided with the distribution.
13141351Sglebius *
14141351Sglebius * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15141351Sglebius * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16141351Sglebius * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17141351Sglebius * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18141351Sglebius * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19141351Sglebius * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20141351Sglebius * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21141351Sglebius * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22141351Sglebius * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23141351Sglebius * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24141351Sglebius * SUCH DAMAGE.
25141351Sglebius *
26141351Sglebius * $FreeBSD$
27141351Sglebius */
28141351Sglebius
29201122Sluigi#ifndef _NG_IPFW_H
30201122Sluigi#define _NG_IPFW_H
31141351Sglebius#define NG_IPFW_NODE_TYPE    "ipfw"
32201124Sluigi#define NGM_IPFW_COOKIE      1105988990
33201122Sluigi#endif /* _NG_IPFW_H */
34