Done means to stop processing the protocol loop, but IP proto none
authorbluhm <bluhm@openbsd.org>
Thu, 1 Feb 2018 21:18:12 +0000 (21:18 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 1 Feb 2018 21:18:12 +0000 (21:18 +0000)
commit71cb9cc275573c4983b75653745e91b15666ee6f
treeda46a8cf81f70dce3e6726ff96d8bbb07276060f
parent8398ca50727d58ca8921f7441fcc20c08f9ade17
Done means to stop processing the protocol loop, but IP proto none
is protocol 58.  Fix typo in ip6_etherip_input() to properly discard
EtherIP tunnel IPv6 packets if the feature is disabled.
found by Maxime Villard; with markus@; OK patrick@ deraadt@ millert@ jca@
sys/net/if_etherip.c