summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2019-04-24 22:49:59 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2019-04-24 22:49:59 +0200
commitdf0a75c68f22f54f94773eb07f2f439561f0f3c2 (patch)
treea5a32f789463927a4ebbea692dee96df84fbf931
parentcf5c130b8fba6856594e2e65910f8f89b1477605 (diff)
add TODO
* Verify tunnel MTU
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..6a5f9b9
--- /dev/null
+++ b/TODO
@@ -0,0 +1,14 @@
+* Verify tunnel MTU
+
+ RFC 7676 section "3.2. MTU Considerations"
+
+ Before activating a GRE tunnel and periodically thereafter, the GRE
+ ingress node MUST verify the tunnel's ability to carry a 1280-octet
+ IPv6 payload packet from ingress to egress, without fragmenting the
+ payload. Having executed those procedures, the GRE ingress node MUST
+ activate or deactivate the tunnel accordingly.
+
+ Implementation details regarding the above-mentioned verification
+ procedures are beyond the scope of this document. However, a GRE
+ ingress node can verify tunnel capabilities by sending a 1280-octet
+ IPv6 packet addressed to itself through the tunnel under test. \ No newline at end of file