Hello opennms developers,


I am working on a fix for a bug I submitted:
http://bugzilla.opennms.org/show_bug.cgi?id=3773



I am modeling my fix on the way that linkd processes the VlanTable.



I have done most of the work but I can't get my modified
DbEventWriter.java to compile.



The problem line:                    InetAddress nexthop =
getIPAddress(ent.getInt32(IpRouteCollectorEntry.IP_ROUTE_NXTHOP));



The compile error:



/home/tacuser/opennms/opennms-services/src/main/java/org/opennms/netmgt/
linkd/DbEventWriter.java:[474,42] cannot find symbol

symbol  : method getIPAddress(java.lang.Integer)

location: class org.opennms.netmgt.linkd.DbEventWriter



I cannot see any place that defines the getIPAddress method. I assumed
it was supplied by java.net.InetAddress but this doesn't appear to be
the case.



Can someone explain where this method comes from? I've been scratching
my head for a couple of hours now and I just can't see it.



Many thanks

AlanE.

------------------------------------------------------------------------------

_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to