Changeset 4046 in genesis
- Timestamp:
- Mar 13, 2005, 11:44:40 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/wleiden.pl
r4024 r4046 946 946 # specific to this node. 947 947 # 948 mibs +LIGHT80211-MIB 948 # 949 #MIBS is not availible, commented by Rick van der Zwet 950 #mibs +LIGHT80211-MIB 949 951 EOM 950 952 … … 972 974 # Also listen to tcp 973 975 agentaddress 161,tcp:161 974 976 EOM 977 978 foreach my $if (keys %config) { 979 if( $IP{$if} =~ /([0-9\.]+).*/ ) { 980 $snmpd.=<<EOM; 981 agentaddress $1 982 EOM 983 }; 984 }; 985 986 $snmpd.=<<EOM; 975 987 976 988 # end of file
Note:
See TracChangeset
for help on using the changeset viewer.