]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Let packet_op() explicitly return the type and code instead of doing
authortuexen <tuexen@FreeBSD.org>
Tue, 16 Jul 2019 12:38:17 +0000 (12:38 +0000)
committertuexen <tuexen@FreeBSD.org>
Tue, 16 Jul 2019 12:38:17 +0000 (12:38 +0000)
commit087b61e2cc33bf96aaf4db9f60a0e21d93c079a6
treecc423e51b15f00354dcd24b51fae34c9c19dd881
parenta949569cc7d6426e4a86bdbac96e541bb54695bc
Let packet_op() explicitly return the type and code instead of doing
this implicitly by encoding it in a number space.

No functional change intended.

This is done as a preparation to add support for ICMPv6 mesages
indicating a parameter problem related to the next header.

MFC after: 2 weeks
usr.sbin/traceroute6/traceroute6.c