Difference between revisions of "Category talk:GoodAnswer"

From Net-SNMP Wiki
Jump to: navigation, search
(ERROR: unknown node.decl: in_addr_t while using mib2c.mfd.conf)
 
(No difference)

Latest revision as of 12:11, 16 November 2010

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.