Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues when using OFPActionEncap with type IPv6 #151

Open
jfermae opened this issue Nov 11, 2018 · 0 comments
Open

Issues when using OFPActionEncap with type IPv6 #151

jfermae opened this issue Nov 11, 2018 · 0 comments

Comments

@jfermae
Copy link

jfermae commented Nov 11, 2018

Hi,

I am using lagopus with https://github.com/lagopus/ryu-lagopus-ext for GTP-U tunnels over IPv4 (so traffic IPv4 and IPv6 working over GTP/IPv4) and trying now with GTP/IPv6. However I am having issues whenever I try to use parser.OFPActionEncap(type_ip) with a type IPv6 (using type_ip = (ofproto.OFPHTN_ETHERTYPE << 16) | 0x86dd). It looks like although there is a match , no packet is going out from the switch, it doesn't give any error either.

I was wondering if you know if there is any issue with encap ipv6 or if you know if there is any extra step i am missing that needs to be done with encap ipv6. As for now I was trying to set similar field as with encap ipv4, like addresses and hop limit:

               parser.OFPActionSetField(ipv6_src='1:2::1'),
               parser.OFPActionSetField(ipv6_dst='2:3::3'),
               parser.OFPActionSetNwTtl(nw_ttl=16),

Or maybe you can give some ideas of how to debug and troubleshoot it.

Thanks and regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant