]> git.ipfire.org Git - people/arne_f/kernel.git/blame - include/net/netfilter/ipv6/nf_conntrack_icmpv6.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / include / net / netfilter / ipv6 / nf_conntrack_icmpv6.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
9fb9cbb1
YK
2/*
3 * ICMPv6 tracking.
4 *
5 * 21 Apl 2004: Yasuyuki Kozakai @USAGI <yasuyuki.kozakai@toshiba.co.jp>
6 * - separated from nf_conntrack_icmp.h
7 *
8 * Derived from include/linux/netfiter_ipv4/ip_conntrack_icmp.h
9 */
10
11#ifndef _NF_CONNTRACK_ICMPV6_H
12#define _NF_CONNTRACK_ICMPV6_H
9fb9cbb1
YK
13
14#ifndef ICMPV6_NI_QUERY
15#define ICMPV6_NI_QUERY 139
16#endif
17#ifndef ICMPV6_NI_REPLY
18#define ICMPV6_NI_REPLY 140
19#endif
20
9fb9cbb1 21#endif /* _NF_CONNTRACK_ICMPV6_H */