|
From: Robert S. <rs...@fr...> - 2012-04-13 13:19:15
|
On Tue, 10 Apr 2012 15:14:09 +0200 Gregoire wrote: WG> snmpd terminates on SIGHUP used to force reloading the WG> configuration in case of pass directives is used with non WG> default priorities (details see P.S.). Thanks for the detailed overview. I strongly suggest you also put all this information in a bug report, so it's properly tracked. WG> What needs be fixed somehow: WG> WG> I'm looking for a way to reach the priorities of all pass WG> directives from the ``pass_free_config`` hook. The ``passthrus`` WG> (a global) currently does not contain the priority. WG> WG> Some initial ideas: WG> WG> a) extend the ``extensible`` struct with a priority: not WG> sure if this in line with initial intention of WG> ``extensible``; feels bad, as possibly to intrusive Yes, this is the way to go. The priority should be stored along with all the other information. |