diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2018-07-10 09:05:12 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2018-07-10 09:05:12 +0000 |
commit | f7d4a5b2abeee30fe9e8554d4cf8991a1d21cc25 (patch) | |
tree | a922e33decac129570954fcf99527c117f2be7b4 /sbin/pfctl | |
parent | 7c0465030c00950204701d6ef9d97741a4fe3688 (diff) |
Add "listenrepv2" for MLDv2 Listener Reports from RFC3810
ok benno@
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl_parser.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c index 03c0f8eeab7..728dfb9d7c6 100644 --- a/sbin/pfctl/pfctl_parser.c +++ b/sbin/pfctl/pfctl_parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.c,v 1.319 2018/02/08 02:26:39 henning Exp $ */ +/* $OpenBSD: pfctl_parser.c,v 1.320 2018/07/10 09:05:11 jca Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -134,7 +134,8 @@ static const struct icmptypeent icmp6_type[] = { { "niqry", ICMP6_NI_QUERY }, { "nirep", ICMP6_NI_REPLY }, { "mtraceresp", MLD_MTRACE_RESP }, - { "mtrace", MLD_MTRACE } + { "mtrace", MLD_MTRACE }, + { "listenrepv2", MLDV2_LISTENER_REPORT }, }; static const struct icmpcodeent icmp_code[] = { |