use 'switch' rathan than an if-else construct to match on the netflow version to...
authorjasper <jasper@openbsd.org>
Mon, 16 Jul 2018 16:54:30 +0000 (16:54 +0000)
committerjasper <jasper@openbsd.org>
Mon, 16 Jul 2018 16:54:30 +0000 (16:54 +0000)
commit10989718af69eb27dc1d52e5bce716e520b12b30
tree52a53be9a57860088aa767b38a140a96491fc2ee
parent3c992bbf9c8a8baba52e588f389f0778e3367980
use 'switch' rathan than an if-else construct to match on the netflow version to in pflow_get_mbuf(),
to match the rest of the file

ok benno@ florian@
sys/net/if_pflow.c