Changeset 12015
- Timestamp:
- 04/28/09 20:43:14 (4 years ago)
- Location:
- src/router/others
- Files:
-
- 3 edited
-
wl_snmpd.sh (modified) (1 diff)
-
wl_snmpd_ath.sh (modified) (1 diff)
-
wl_snmpd_rt2880.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/others/wl_snmpd.sh
r12013 r12015 100 100 if eval test "x\$type_${oid}" != "x" 101 101 then 102 echo $ret 102 103 eval echo "\$type_${oid}" 103 104 eval echo "\$value_${oid}" 104 105 else 105 echo string106 106 echo NONE 107 107 fi -
src/router/others/wl_snmpd_ath.sh
r12013 r12015 106 106 if eval test "x\$type_${oid}" != "x" 107 107 then 108 echo $ret 108 109 eval echo "\$type_${oid}" 109 110 eval echo "\$value_${oid}" -
src/router/others/wl_snmpd_rt2880.sh
r12014 r12015 100 100 if eval test "x\$type_${oid}" != "x" 101 101 then 102 echo $ret 102 103 eval echo "\$type_${oid}" 103 104 eval echo "\$value_${oid}" 104 105 else 105 echo string106 106 echo NONE 107 107 fi
Note: See TracChangeset
for help on using the changeset viewer.
