#48 closed defect (fixed)
cfgmaker doesn't pass snmp options to host templates
Reported by: | human | Owned by: | somebody |
---|---|---|---|
Version: | 2.x | Keywords: | |
Cc: |
Description
That's because $$router_ref{snmpopt_current} is not yet initialized when the host template code is called. It only gets initialized later inside IsCounterBroken? (quite an odd place to do it, btw).
Adding:
$$router_ref{snmpopt_current} = $$router_ref{'snmp-options'};
above the line that first defines $router_connect seems to fix the issue for me, but it might not be the right fix.
Thanks, -Ion
Change History (3)
comment:1 Changed 12 years ago by oetiker
comment:2 Changed 12 years ago by oetiker
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 10 years ago by human
External Links
- Grosir Baju Batik
- Baju Batik Wanita
- Baju Batik Pria
- Baju Batik Modern
- Baju Batik Sarimbit
- Baju Batik Pasangan
- Baju Batik Muslim
- Baju Batik Couple
- Baju Batik Tulis
- Baju Batik Terbaru
- Baju Batik Remaja
- Baju Batik Pekalongan
- Baju Batik Couple
- Dokar Balap
- Jasa SEO Murah
- Berita Terkini
- Berita Terbaru
- Berita Hari Ini
- Berita Terupdate
- Kumpulan Berita
thanks ... fix is in r329