zjwsoft
e10b9b93a8
Add ff_ipc_exit() to clean temp files in /var/ while run F-Stack tools arp/ifconfig/route/ipfw.
2020-06-18 10:56:20 +00:00
fengbojiang(姜凤波)
33d130f74c
Fix a crash bug while use `ff_ifconfig` to get interface list of bridge.
2019-12-11 20:24:30 +08:00
fengbojiang(姜凤波)
9e68465969
Merge branch 'master' into dev
2019-11-15 15:27:49 +08:00
Torbjørn Fylling
40c3a4b5dd
Update iflagg.c
...
Presumably a typo
2019-08-09 08:35:21 +02:00
fengbojiang(姜凤波)
10b909a1b3
IPv6: support multi-processes, deep copy NDP packet and dispatch.
2019-07-17 17:31:47 +08:00
root
cd4d3a581e
Update `ifconfig` tool for ipv6.
2019-07-15 16:18:02 +08:00
fengbojiang(姜凤波)
143d7be716
IPv6: ifconfig and route tools support ipv6. netstat TBC.
2019-07-12 20:57:33 +08:00
logwang
fa74a859d0
Add tool: arp.
...
The arp utility displays and modifies the Internet-to-Ethernet address translation tables used by the address resolution protocol.
2017-12-13 17:05:48 +08:00
Andy
85eb2ae96a
🐛 tools should init dpdk before all malloc for the same 'virtual memory address'
2017-09-07 14:27:27 -04:00
logwang
144c6bcd95
Add tool: route.
...
This commit ports FreeBSD `route` to F-Stack, can be used to set the route
table.
2017-06-14 15:25:35 +08:00
logwang
df6ad73146
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.
2017-06-06 16:52:52 +08:00