From acbead59d307a10952cee41792e9397a2334f0da Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 9 Apr 2008 21:22:30 +0000 Subject: cipher added mux to senderid for crypto fixed payload type with ipv6 fixed lua script options: device defaults to tun --- plainPacket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plainPacket.h') diff --git a/plainPacket.h b/plainPacket.h index 03ae507..5348fe0 100644 --- a/plainPacket.h +++ b/plainPacket.h @@ -43,7 +43,8 @@ class Cipher; */ #define PAYLOAD_TYPE_TAP 0x6558 -#define PAYLOAD_TYPE_TUN 0x0800 +#define PAYLOAD_TYPE_TUN 0x0000 +#define PAYLOAD_TYPE_TUN4 0x0800 #define PAYLOAD_TYPE_TUN6 0x86DD class PlainPacket : public Buffer -- cgit v1.2.3