- enabled VLAN tag in goose publisher

This commit is contained in:
Michael Zillgith 2015-08-10 09:52:45 +02:00
parent cca6eeab0a
commit f024528d85

View file

@ -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;