You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some more research, tunnels can get pretty wild. The solution for GRE should allow for all these types of tunnels to be implemented with Capsule, while not break the type system we have.
Add support for GRE tunnel protocol defined in RFC2890. Additional relevant information are in RFC2784 and RFC7676.
To implement
GRE
, need to add support forIPv4
andIPv6
encapsulation inside a tunnel protocol.Not in scope are PPTP GRE and GRE-in-UDP. The former is a completely different variant of GRE. The latter introduces a complexity we can defer.
The text was updated successfully, but these errors were encountered: