- enabled VLAN tag in goose publisher

pull/6/head
Michael Zillgith 10 years ago
parent cca6eeab0a
commit f024528d85

@ -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…
Cancel
Save