9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Arne Meyer <meyer.arne83@netcologne.de>
To: "9front@9front.org" <9front@9front.org>
Subject: [9front] [patch] snoopy: teach gre about ethernet and ip6 payloads
Date: Fri, 19 Apr 2024 19:33:32 +0200 (CEST)	[thread overview]
Message-ID: <73564628.1392413.1713548012804@comcenter.netcologne.de> (raw)

[-- 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},
 };
 

             reply	other threads:[~2024-04-19 17:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-19 17:33 Arne Meyer [this message]
2024-04-20 12:01 ` cinap_lenrek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=73564628.1392413.1713548012804@comcenter.netcologne.de \
    --to=meyer.arne83@netcologne.de \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).