History log of /f-stack/tools/README.md (Results 1 – 24 of 24)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d4a07e70 30-Sep-2021 fengbojiang <[email protected]>

ff tools upgrade to support FreeBSD 13.0.


Revision tags: v1.21.1
# 8d76b62e 05-Feb-2021 fengbojiang <[email protected]>

Support DPDK 20.11.0(LTS).


Revision tags: v1.21
# db7072c6 27-Oct-2020 fengbojiang <[email protected]>

Add doc of `ndp` tool.


Revision tags: v1.20, v1.13
# c9c09dfa 25-Jul-2019 fengbojiang <[email protected]>

Update tools/README.md for traffic.


# 0f5432bb 25-Jul-2019 fengbojiang <[email protected]>

Tools: update top.


# d02fa78d 25-Jul-2019 fengbojiang(姜凤波) <[email protected]>

Tools: top tool support display all cpu usage of multi-processes.


# ca915d33 15-Jul-2019 root <[email protected]>

IPv6: `netstat` tool support ipv6.


# cd4d3a58 15-Jul-2019 root <[email protected]>

Update `ifconfig` tool for ipv6.


# 5af66259 01-Jul-2019 jfb8856606 <[email protected]>

add `make install` and `make uninstall` in f-tack's lib and tools, refer #396


# e4983a3d 17-Aug-2018 fengbojiang <[email protected]>

Arrange tool directory


# 65a9b498 17-Aug-2018 fengbojiang <[email protected]>

Arrange tool directory


# 26b8f027 16-Aug-2018 fengbojiang <[email protected]>

add traffic tool.


# 03df98de 16-Aug-2018 fengbojiang <[email protected]>

add traffic tool.


Revision tags: v1.12
# df9cc249 13-Dec-2017 logwang <[email protected]>

Add tool: arp.

The arp utility displays and modifies the Internet-to-Ethernet address translation tables used by the address resolution protocol.


# fa74a859 13-Dec-2017 logwang <[email protected]>

Add tool: arp.

The arp utility displays and modifies the Internet-to-Ethernet address translation tables used by the address resolution protocol.


Revision tags: v1.11
# b37139ca 14-Nov-2017 whl739 <[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 ...


# 127dd473 14-Nov-2017 whl739 <[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 ...


# 555c8489 01-Nov-2017 logwang <[email protected]>

Ngctl: support interactive mode.


# 1eaf0ac3 31-Aug-2017 logwang <[email protected]>

Add tool: netstat.

Including libraries: libutil,libmemstat,libxo.


# e7741141 22-Aug-2017 Andy <[email protected]>

add top tool


# 144c6bcd 14-Jun-2017 logwang <[email protected]>

Add tool: route.

This commit ports FreeBSD `route` to F-Stack, can be used to set the route
table.


# df6ad731 06-Jun-2017 logwang <[email protected]>

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 ...


# 91a931fa 23-May-2017 logwang <[email protected]>

Tools: update README


# 7abd0fb2 23-May-2017 logwang <[email protected]>

Add tool: sysctl.

This commit contains an ipc library implemented by dpdk rte_ring and
sysctl tool ported from FreeBSD.

With this commit we can get and set FreeBSD kernel state in runtime.