Category talk:GoodAnswer

From Net-SNMP Wiki
Revision as of 12:11, 16 November 2010 by Vinoth (Talk | contribs) (ERROR: unknown node.decl: in_addr_t while using mib2c.mfd.conf)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Hi,

  I have problem which i feel is very basic one.

Problem Statement: I have a MIB file for which i am trying to generate template code using mib2c.mfd.conf. I am getting the following output


writing to table_data_get.c

ERROR: unknown node.decl: in_addr_t


I also found that IpAddress data type in my MIB file is causing all the problem. If I change it into Integer or Unsigned32 everything is working fine. What is the reason for this? Please help me.