We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The PrepareVlanPopTableEntry function encodes the vlan_id action param as a single byte.
PrepareVlanPopTableEntry
vlan_id
The canonical width of a VLAN identifier is bit<12>.
bit<12>
The output field (mod_blob_ptr) is bit<24>.
mod_blob_ptr
bit<24>
Note
The unit test should expect, and test with, a 12-bit value.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
PrepareVlanPopTableEntry
function encodes thevlan_id
action param as a single byte.The canonical width of a VLAN identifier is
bit<12>
.The output field (
mod_blob_ptr
) isbit<24>
.Note
The unit test should expect, and test with, a 12-bit value.
The text was updated successfully, but these errors were encountered: