On Mon, 28 Mar 2005 12:07:57 -0500 Michael wrote:
MPS> > Exactly. The string match doesn't have to be exact, so I'd recommend
MPS> > reversing the order, like so:
MPS> >
MPS> > mitelAppTable_table_init
MPS> > mitelAppTable_table_action
MPS> > mitelAppTable_test
MPS> >
MPS> > Thus -Dmitel would
On 28/03/05 Robert Story did say:
> Exactly. The string match doesn't have to be exact, so I'd recommend reversing
> the order, like so:
>
> mitelAppTable_table_init
> mitelAppTable_table_action
> mitelAppTable_test
>
> Thus -Dmitel would output all three, while -DmitelAppTable
On Mon, 21 Mar 2005 13:39:52 -0500 Michael wrote:
MPS> On 18/03/05 Robert Story did say:
MPS> > How are you calling DEBUGMSGTL ?
MPS>
MPS> Like so...
MPS>
MPS> DEBUGMSGTL(("initialize_table_mitelAppTable",
MPS> "initializing mitelAppTable structures\n"));
MPS>
MPS> So, should
On 18/03/05 Robert Story did say:
> MPS> I've been trying to use DEBUGMSGTL to output debug messages from my
> MPS> module, called mitelAppCommon. If I add
> MPS>
> MPS> -DmitelAppCommon,dlmod
> MPS>
> MPS> to the snmpd command line, I get dlmod output, but nothing from my
> MPS> module. What a
On Thu, 17 Mar 2005 21:49:53 -0500 Michael wrote:
MPS> I've been trying to use DEBUGMSGTL to output debug messages from my
MPS> module, called mitelAppCommon. If I add
MPS>
MPS> -DmitelAppCommon,dlmod
MPS>
MPS> to the snmpd command line, I get dlmod output, but nothing from my
MPS> module. What