summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2003-06-11 02:54:03 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2003-06-11 02:54:03 +0000
commit7f93664b229028f63dd25d327e7dca5392f41ed1 (patch)
tree6a1660b85d181dcf04c344ff15ce09332ffbbf3a /sbin
parent7ea94b99c24b51b034e1a8f6c7f29fa713eb9c17 (diff)
- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)
- routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/pfctl_parser.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c
index d0f0773d943..23e229f5d69 100644
--- a/sbin/pfctl/pfctl_parser.c
+++ b/sbin/pfctl/pfctl_parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_parser.c,v 1.162 2003/06/09 11:14:46 mcbride Exp $ */
+/* $OpenBSD: pfctl_parser.c,v 1.163 2003/06/11 02:54:02 itojun Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -104,11 +104,11 @@ static const struct icmptypeent icmp6_type[] = {
{ "echoreq", ICMP6_ECHO_REQUEST },
{ "echorep", ICMP6_ECHO_REPLY },
{ "groupqry", ICMP6_MEMBERSHIP_QUERY },
- { "listqry", MLD6_LISTENER_QUERY },
+ { "listqry", MLD_LISTENER_QUERY },
{ "grouprep", ICMP6_MEMBERSHIP_REPORT },
- { "listenrep", MLD6_LISTENER_REPORT },
+ { "listenrep", MLD_LISTENER_REPORT },
{ "groupterm", ICMP6_MEMBERSHIP_REDUCTION },
- { "listendone", MLD6_LISTENER_DONE },
+ { "listendone", MLD_LISTENER_DONE },
{ "routersol", ND_ROUTER_SOLICIT },
{ "routeradv", ND_ROUTER_ADVERT },
{ "neighbrsol", ND_NEIGHBOR_SOLICIT },
@@ -121,8 +121,8 @@ static const struct icmptypeent icmp6_type[] = {
{ "fqdnrep", ICMP6_FQDN_REPLY },
{ "niqry", ICMP6_NI_QUERY },
{ "nirep", ICMP6_NI_REPLY },
- { "mtraceresp", MLD6_MTRACE_RESP },
- { "mtrace", MLD6_MTRACE }
+ { "mtraceresp", MLD_MTRACE_RESP },
+ { "mtrace", MLD_MTRACE }
};
static const struct icmpcodeent icmp_code[] = {