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
Copy file name to clipboardexpand all lines: README.md
+18-10
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,34 @@ This project is still at the early stages of development and contains bugs and w
4
4
Please do not use it for anything other than experimentation. Expect breaking changes until v1.0.0
5
5
6
6
## Roadmap
7
-
Behavior | Implemented? | Todo
8
-
---|---|---
9
-
End.MAP | no | -
10
-
End.M.GTP6.D | no | -
11
-
End.M.GTP6.D.Di | partial | handle GTP6 packets using go-packet instead of go-gtp, respect S04, send ICMP when errors, optional: respond to GTP Echo Req
12
-
End.M.GTP6.E | partial | create GTP6 packets using go-packet instead of go-gtp, send ICMP when errors
13
-
End.M.GTP4.E | partial | create GTP4 packets using go-packet instead of go-gtp, send ICMP when errors, IPv4 SA from SRv6 DA
14
-
H.M.GTP4.D | partial | handle GTP4 packets using go-packets instead of go-gtp, send ArgsMobSession and IPv4 DA, send ICMP when errors, optional: respond to GTP Echo Req
15
-
End.Limit | no | -
7
+
Provider | Behavior | Implemented? | Todo
8
+
---|---|---|---
9
+
NextMN | End.MAP | no | -
10
+
NextMN | End.M.GTP6.D | no | -
11
+
NextMN | End.M.GTP6.D.Di | no | -
12
+
NextMN | End.M.GTP6.E | yes | send ICMP when errors
13
+
NextMN | End.M.GTP4.E | yes | send ICMP when errors
14
+
NextMN | H.M.GTP4.D | yes | send ICMP when errors, optional: respond to GTP Echo Req
15
+
NextMN | End.Limit | no | -
16
+
Linux | End | yes | -
17
+
Linux | End.DX4 | yes | -
18
+
Linux | H.Encaps | yes | -
19
+
Linux | H.Inline | untested | -
16
20
17
21
PDU Session Type | Supported?
18
22
---|---
19
23
IPv4 | partial
20
-
IPv6 | partial
24
+
IPv6 | no
21
25
IPv4v6 | yes
22
26
Ethernet | no
23
27
Unstructured | no
24
28
25
29
TODO: SR Policy set by [nextmn-srv6-ctrl](https://github.com/louisroyer/nextmn-srv6-ctrl).
0 commit comments