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

OpenFLow 1.3.3 #85

Open
sugyo opened this issue Nov 27, 2013 · 3 comments
Open

OpenFLow 1.3.3 #85

sugyo opened this issue Nov 27, 2013 · 3 comments

Comments

@sugyo
Copy link
Member

sugyo commented Nov 27, 2013

OpenFlow1.3.3

FieldBitsBytesMaskPre-requisiteDescription
OXM_OF_PBB_ISID243YesETH_TYPE=0x88E7The I-SID in the first PBB service instance tag.

Table 12: Match fields details.

@sugyo
Copy link
Member Author

sugyo commented Nov 27, 2013

Port number 6653

sugyo pushed a commit that referenced this issue Nov 28, 2013
@sugyo sugyo closed this as completed Nov 28, 2013
@sugyo
Copy link
Member Author

sugyo commented Dec 2, 2013

OXM_OF_ARP_SHA_W/OXM_OF_ARP_THA_W: "Arbitrary masks" or "Not maskable"?

p.56

Field          Bits Bytes Mask Pre-requisite   Description
OXM_OF_ARP_SHA   48     6  Yes ETH TYPE=0x0806 Source Ethernet address in the ARP payload.
OXM_OF_ARP_THA   48     6  Yes ETH TYPE=0x0806 Target Ethernet address in the ARP payload.
    Table 12: Match fields details.

p.119

/* For an Ethernet+IP ARP packet, the source or target hardware address
 * in the ARP header. Always 0 otherwise.
 *
 * Prereqs: OXM_OF_ETH_TYPE must match 0x0806 exactly.
 *
 * Format: 48-bit Ethernet MAC address.
 *
 * Masking: Not maskable. */
#define OXM_OF_ARP_SHA OXM_HEADER (0x8000, OFPXMT_OFB_ARP_SHA, 6)
#define OXM_OF_ARP_THA OXM_HEADER (0x8000, OFPXMT_OFB_ARP_THA, 6)

@sugyo sugyo reopened this Dec 2, 2013
@sugyo
Copy link
Member Author

sugyo commented Dec 2, 2013

OXM_OF_IPV6_ND_SLL/OXM_OF_IPV6_ND_TLL: "Not maskable"

sugyo pushed a commit that referenced this issue Dec 2, 2013
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