- enabled VLAN tag in goose publisher
This commit is contained in:
parent
cca6eeab0a
commit
f024528d85
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ prepareGooseBuffer(GoosePublisher self, CommParameters* parameters, const char*
|
|||
|
||||
int bufPos = 12;
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
/* Priority tag - IEEE 802.1Q */
|
||||
self->buffer[bufPos++] = 0x81;
|
||||
self->buffer[bufPos++] = 0x00;
|
||||
|
|
Loading…
Add table
Reference in a new issue