The function ipfwd_del_route is TBD in SDK 2.0 1703 release, there is no update recently.
static int ipfwd_del_route(const struct app_ctrl_op_info *route_info)
{
pr_info("ipfwd_del_route: TBD\n");
return 0;
}
If the frame is to be forwarded, it is checked if ARP entry exists in ARP table for destination IP address. LPM IPFWD
application will not dynamically resolve the ARP. So if sending packets to forward using a regular computer, the user
will have to create static ARP entries. On host computer, ARP table can be updated by sending the ARP request. LPM
IPFWD will respond to external ARP requests.
If ARP entry exists, TTL is decremented in L3 header.
Deleting an ARP Entry
Note: check pid from application print "Message queue to send: /mq_snd_2536"
# lpm_ipfwd_config -P 2536 -H -s 192.168.24.2
Arp Entry Deleted successfully
Adding an ARP Entry
Note: check pid from application print "Message queue to send: /mq_snd_2536"
# lpm_ipfwd_config -P 2536 -G -s 192.168.24.2 -m 02:00:c0:a8:33:fd -r true
ARP Entry Added successfully