[pisa-src] r2248 - trunk/openwrt/template-linksys-wrt160nl/etc/config/network

  • From: René Hummen <rene.hummen@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 07 Apr 2010 16:35:25 +0200

Author: hummen
Date: Wed Apr  7 16:35:25 2010
New Revision: 2248

Log:
added static mac address for bridge to support legacy handovers

Modified:
   trunk/openwrt/template-linksys-wrt160nl/etc/config/network

Modified: trunk/openwrt/template-linksys-wrt160nl/etc/config/network
==============================================================================
--- trunk/openwrt/template-linksys-wrt160nl/etc/config/network  Wed Apr  7 
14:09:57 2010        (r2247)
+++ trunk/openwrt/template-linksys-wrt160nl/etc/config/network  Wed Apr  7 
16:35:25 2010        (r2248)
@@ -10,7 +10,6 @@
         option ipaddr   127.0.0.1
         option netmask  255.0.0.0
 
-
 #### LAN configuration
 config interface lan
         option type     bridge
@@ -18,7 +17,7 @@
         option proto    static
         option ipaddr   192.168.8.1
         option netmask  255.255.255.0
-
+        option macaddr  00:11:22:33:44:55
 
 #### WAN configuration
 config interface        wan

Other related posts:

  • » [pisa-src] r2248 - trunk/openwrt/template-linksys-wrt160nl/etc/config/network - René Hummen