From f869a22beb041705789036ad14d47cc28b15ebaa Mon Sep 17 00:00:00 2001 From: Tobias Hintze Date: Mon, 29 Aug 2016 21:16:27 +0200 Subject: [PATCH] [config] update default configuration * localbridging -> false * ethframe -> true * nativeframe -> true --- etc/wtp.conf | 6 +++--- openwrt/freewtp/files/wtp.init | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/wtp.conf b/etc/wtp.conf index 2d046bf..3269028 100755 --- a/etc/wtp.conf +++ b/etc/wtp.conf @@ -12,9 +12,9 @@ application: { binding = "802.11"; tunnelmode: { - nativeframe = false; - ethframe = false; - localbridging = true; + nativeframe = true; + ethframe = true; + localbridging = false; }; mactype = "localmac"; diff --git a/openwrt/freewtp/files/wtp.init b/openwrt/freewtp/files/wtp.init index af4ff5c..ecda739 100755 --- a/openwrt/freewtp/files/wtp.init +++ b/openwrt/freewtp/files/wtp.init @@ -27,9 +27,9 @@ application: { binding = "802.11"; tunnelmode: { - nativeframe = false; - ethframe = false; - localbridging = true; + nativeframe = true; + ethframe = true; + localbridging = false; }; mactype = "localmac";