wireless-net/trunk: sysconfig/interfaces/down.d/ppp/wlan-down.py sysconfig/interfaces/up.d/ppp/wlan-...

arekm cvs at pld-linux.org
Thu Mar 23 21:33:28 CET 2006


Author: arekm
Date: Thu Mar 23 21:33:18 2006
New Revision: 7299

Modified:
   wireless-net/trunk/sysconfig/interfaces/down.d/ppp/wlan-down.py
   wireless-net/trunk/sysconfig/interfaces/up.d/ppp/wlan-up.py
   wireless-net/trunk/wireless-net/wlan.conf
Log:
Old stuff (limit_packets_pppoa) removed.

Modified: wireless-net/trunk/sysconfig/interfaces/down.d/ppp/wlan-down.py
==============================================================================
--- wireless-net/trunk/sysconfig/interfaces/down.d/ppp/wlan-down.py	(original)
+++ wireless-net/trunk/sysconfig/interfaces/down.d/ppp/wlan-down.py	Thu Mar 23 21:33:18 2006
@@ -14,7 +14,6 @@
 ppp_remip = os.getenv("PPP_REMOTE")
 ppp_speed = os.getenv("PPP_SPEED")
 reth_mac = os.getenv("MACREMOTE")
-limit_packets_pppoa = config.get('base', 'limit_packets_pppoa')
 
 fp = open(r_cfg, "r")
 fl = open(p_log, "a")

Modified: wireless-net/trunk/sysconfig/interfaces/up.d/ppp/wlan-up.py
==============================================================================
--- wireless-net/trunk/sysconfig/interfaces/up.d/ppp/wlan-up.py	(original)
+++ wireless-net/trunk/sysconfig/interfaces/up.d/ppp/wlan-up.py	Thu Mar 23 21:33:18 2006
@@ -13,7 +13,6 @@
 ppp_remip = os.getenv("PPP_REMOTE")
 ppp_speed = os.getenv("PPP_SPEED")
 reth_mac = os.getenv("MACREMOTE")
-limit_packets_pppoa = config.get('base', 'limit_packets_pppoa')
 
 fp = open(r_cfg, "r")
 fl = open(p_log, "a")

Modified: wireless-net/trunk/wireless-net/wlan.conf
==============================================================================
--- wireless-net/trunk/wireless-net/wlan.conf	(original)
+++ wireless-net/trunk/wireless-net/wlan.conf	Thu Mar 23 21:33:18 2006
@@ -38,7 +38,3 @@
 
 # use old ipac-ng (1.22 and similar)
 use_old_ipac = False
-
-# limit nr packets for pppoe connections (0 - disabled)
-limit_packets_pppoa = 0
-


More information about the pld-cvs-commit mailing list