Changeset 18331
- Timestamp:
- 01/27/12 14:39:41 (17 months ago)
- File:
-
- 1 edited
-
src/router/others/wl_snmpd_ath.sh (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/others/wl_snmpd_ath.sh
r12016 r18331 18 18 getnext_13614120212553541332126="$place.3.54.1.3.32.1.26.1" 19 19 getnext_13614120212553541332127="$place.3.54.1.3.32.1.27.1" 20 getnext_13614120212553541332128="$place.3.54.1.3.32.1.28.1" 20 21 else 21 22 eval getnext_1361412021255354133211${lastid}="$place.3.54.1.3.32.1.1.$id" … … 24 25 eval getnext_13614120212553541332126${lastid}="$place.3.54.1.3.32.1.26.$id" 25 26 eval getnext_13614120212553541332127${lastid}="$place.3.54.1.3.32.1.27.$id" 27 eval getnext_13614120212553541332128${lastid}="$place.3.54.1.3.32.1.28.$id" 26 28 fi 27 29 … … 29 31 noise_reference=$(wl_atheros noise $mac | cut -d" " -f3) 30 32 uptime=$(wl_atheros uptime $mac | cut -d" " -f3) 33 ifname=$(wl_atheros ifname $mac | cut -d" " -f3) 31 34 if test $rssi -eq 0 32 35 then … … 47 50 eval value_13614120212553541332127${id}=$uptime; 48 51 eval type_13614120212553541332127${id}='integer'; 52 eval value_13614120212553541332128${id}=$ifname; 53 eval type_13614120212553541332128${id}='octet'; 49 54 50 55 lastid=$id … … 60 65 eval getnext_13614120212553541332126${lastid}="$place.3.54.1.3.32.1.27.1" 61 66 eval getnext_13614120212553541332127${lastid}="NONE" 67 eval getnext_13614120212553541332128${lastid}="NONE" 62 68 fi 63 69 }
Note: See TracChangeset
for help on using the changeset viewer.
