summaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3/files/patch-ab
blob: a441e9db4ce8457e6fff07aa0e6eb11ccdf0504b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ../tkined/apps/snmp_monitor.tcl.orig	Thu Feb  3 23:11:40 2000
+++ ../tkined/apps/snmp_monitor.tcl	Wed Jun  7 16:02:39 2000
@@ -517,8 +517,11 @@
 
 	set args $ip
 	set i 0
+	set snmpconfig [ined attribute $id "SNMP:Config"]
 	foreach if $iflist {
-	    lappend args [CreateChart $id [expr 30+$i] [expr 30+$i]]
+	    set nid [CreateChart $id [expr 30+$i] [expr 30+$i]]
+	    lappend args $nid
+	    ined -noupdate attribute $nid "SNMP:Config" $snmpconfig
 	    lappend args $if
 	    incr i
 	}