Skip to content

Commit

Permalink
801_q: add spec for priority field
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Mar 31, 2015
1 parent 71f342d commit 5d6a156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pkt_802_1q.hrl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-record('802.1q', {
tpid :: 1.. 65535, %% Tag Protocol Identifier
prio, %% Priority
prio :: 0..2#111, %% Priority
cfi = 0 :: 0 | 1, %% Canonical Format Indicator
vid :: 0..4095 %% VLAN Identifier
}).

0 comments on commit 5d6a156

Please sign in to comment.