Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

MatchTCPSrc and MatchTCPDst should be named tcp_src/tcp_dst instead of tp_src/tp_dst #98

@italovalcy

Description

@italovalcy

Hi team,

I saw that you are using the name 'tp_src' and tp_dst for the MatchTCPSrc and MatchTCPDst, respectively, in v0x04/match_fields.py. I suggest you guys rename it to tcp_src and tcp_dst, which is more complaint with the naming schema of OF1.2+. The names tp_src/tp_dst were used on OF1.0, where they referred generically to the transport (tp) port.

We need to be careful when renaming this to avoid the tests and other napps break (even though I think there is no other napp using it).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions