<div>Hi All,</div>
<div> </div>
<div>I need the uint32_t value of rid argument (router ID) of type IPv4* returned by get_neighbour_info() xrl interface of ospfv2.</div>
<div> </div>
<div>I noticed that rid's uint32_t value shows up in reverse order when used IPv4::addr() (if the address is <a href="http://10.10.1.2">10.10.1.2</a>, it shows up as <a href="http://2.1.10.10">2.1.10.10</a>).</div>
<div> </div>
<div>The second issue is that what is the proper way of reseting a RoutingTable object (removing all the entries in it) other than iterating over all the items ?</div>
<div> </div>
<div>Thanks,</div>
<div>Selcuk</div>