Category talk:GoodAnswer
From Net-SNMP Wiki
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.