From f024528d85ef5f2ebed048143916ca3bedc40f90 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Mon, 10 Aug 2015 09:52:45 +0200 Subject: [PATCH] - enabled VLAN tag in goose publisher --- src/goose/goose_publisher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/goose/goose_publisher.c b/src/goose/goose_publisher.c index cea381c..47b8599 100644 --- a/src/goose/goose_publisher.c +++ b/src/goose/goose_publisher.c @@ -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;