ref: e4509d40cc9759baddf1c2571247b95d2f5b61a5
parent: a288db973cf0436575a3e660d2a1c68adbee9e56
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Apr 20 08:01:37 EDT 2024
snoopy: teach gre about ethernet and ip6 payloads (thanks arne meyer) teach snoopy about ethernet and ip6 encapsulated in GRE.
--- a/sys/src/cmd/ip/snoopy/gre.c
+++ b/sys/src/cmd/ip/snoopy/gre.c
@@ -64,6 +64,8 @@
{"llc", 0x007a, },
{"dot1q", 0x8100, },
{"eapol", 0x888e, },
+ {"ip6", 0x86dd, },
+ {"ether", 0x6558, },
{0},
};