ff tools upgrade to support FreeBSD 13.0.
FreeBSD: Upgrade to FreeBSD-releng-13.0 compiled, to be tested.
Fix bug of ff_ipc_msg_free in ff tools.The ff msg shouldn't to free while `ff_ipc_send` success but `ff_ipc_recv` failed (such as F-Stack app are breaking by gdb).
IPFW: supported IPv6.
Tools: All tools can work in parallel now.
Add tool: arp.The arp utility displays and modifies the Internet-to-Ethernet address translation tables used by the address resolution protocol.
ipfw: should init dpdk before all mallocSigned-off-by: Ji Bo <[email protected]>
Add tool: ipfw.ipfw -- interface for firewall, packet scheduler, NAT and so on.It is comprised of several components: the kernel firewall filter rule processor and its integrated packet accountin
Add tool: ipfw.ipfw -- interface for firewall, packet scheduler, NAT and so on.It is comprised of several components: the kernel firewall filter rule processor and its integrated packet accounting facility, the logging facility, NAT, a forward facility, a bridge facility, and an ipstealth facility.Note that the `dummynet` traffic shaper is not merged.
show more ...