9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [patch] snoopy: teach gre about ethernet and ip6 payloads
@ 2024-04-19 17:33 Arne Meyer
  2024-04-20 12:01 ` cinap_lenrek
  0 siblings, 1 reply; 2+ messages in thread
From: Arne Meyer @ 2024-04-19 17:33 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 130 bytes --]

teach snoopy about ethernet and ip6 encapsulated in GRE.

I use this while I am working on l2 tunneling over GRE.

Greetings,
Arne

[-- Attachment #2: snoopy.diff --]
[-- Type: application/octet-stream, Size: 269 bytes --]

diff 35ca2118daa7eb52a56aeb3efb2c9f8c74c9260a uncommitted
--- 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},
 };
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] [patch] snoopy: teach gre about ethernet and ip6 payloads
  2024-04-19 17:33 [9front] [patch] snoopy: teach gre about ethernet and ip6 payloads Arne Meyer
@ 2024-04-20 12:01 ` cinap_lenrek
  0 siblings, 0 replies; 2+ messages in thread
From: cinap_lenrek @ 2024-04-20 12:01 UTC (permalink / raw)
  To: 9front

applied! thanks.

--
cinap

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-20 12:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-19 17:33 [9front] [patch] snoopy: teach gre about ethernet and ip6 payloads Arne Meyer
2024-04-20 12:01 ` cinap_lenrek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).