ff tools upgrade to support FreeBSD 13.0.
FreeBSD: Upgrade to FreeBSD-releng-13.0 compiled, to be tested.
Add ff_ipc_exit() to clean temp files in /var/ while run F-Stack tools netstat/ngctl/sysctl/top/traffic/knictl.
Add tool: arp.The arp utility displays and modifies the Internet-to-Ethernet address translation tables used by the address resolution protocol.
:bug: tools should init dpdk before all malloc for the same 'virtual memory address'
Add tool: ifconfig.Changes: Remove directory `ipc`, and add a new directory `compat`. Directory `compat` includes some FreeBSD source files to be compatible with Linux. Port Fre
Add tool: ifconfig.Changes: Remove directory `ipc`, and add a new directory `compat`. Directory `compat` includes some FreeBSD source files to be compatible with Linux. Port FreeBSD ifconfig to F-Stack.
show more ...
Tools/sysctl: some changes were omitted from the last commit.
Tools/sysctl: make porting more general.When porting tools, We should change the original codes as few aspossible.
Add tool: sysctl.This commit contains an ipc library implemented by dpdk rte_ring andsysctl tool ported from FreeBSD.With this commit we can get and set FreeBSD kernel state in runtime.