kytos / of_core

Kytos Main OpenFlow Network Application (NApp)
MIT License
1 stars 19 forks source link

Add the rest of OpenFlow 1.3 match fields #86

Closed keniachang closed 4 years ago

keniachang commented 4 years ago

Implement the rest of match fields in #84, including SCTP source, SCTP destination, ARP SPA, ARP TPA, ARP SHA, ARP THA, IPv6 source, IPv6 destination, MPLS label, MPLS TC, MPLS BOS, Metadata, Tunnel ID match fields.

The implementation of IPv6 source and IPv6 destination match fields require the IPv6 address class, so the pull request for adding the IPv6 address class to python-openflow repository is needed to be accepted for the IPv6 source and destination match fields to work. Here is the pull request of IPv6 address class: https://github.com/kytos/python-openflow/pull/607

Note: The checks for this pull request is failing due to the IPv6 address class pull request is not being merged into the kytos/python-openflow repository yet.

hdiogenes commented 4 years ago

@keniachang, after we accepted your last PRs (#82 and #86), this one is requiring a rebase. Can you rebase, solve those conflicts and push it again, please?

keniachang commented 4 years ago

@keniachang, after we accepted your last PRs (#82 and #86), this one is requiring a rebase. Can you rebase, solve those conflicts and push it again, please?

@hdiogenes, I rebased and solved the conflicts. If there is any problem please let me know, and I will be happy to fix it.

hdiogenes commented 4 years ago

This PR was slightly modified and accepted in #89.