diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-03-03 14:29:03 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-03-03 14:29:03 +0000 |
commit | 62c9cb2ef085b9c3efdebe603cc3c96526f4a4dc (patch) | |
tree | 11d2d81e6ea8652c5773b645812943221b4fbe81 /net/scotty3 | |
parent | 1b7821e1ad457d6595c0503b1c11f2f314f709db (diff) | |
download | freebsd-ports-62c9cb2ef085b9c3efdebe603cc3c96526f4a4dc.zip |
Interface load graphs now inherit SNMP properties from object.
Diffstat (limited to 'net/scotty3')
-rw-r--r-- | net/scotty3/files/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/scotty3/files/patch-ac b/net/scotty3/files/patch-ac new file mode 100644 index 000000000000..fea4b9f9de78 --- /dev/null +++ b/net/scotty3/files/patch-ac @@ -0,0 +1,15 @@ +--- ../tkined/apps/snmp_monitor.tcl Mon Sep 2 18:30:19 1996 ++++ ..//tkined/apps/snmp_monitor.tcl Mon Mar 3 14:43:52 1997 +@@ -482,8 +482,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 + } |