History log of /f-stack/tools/Makefile (Results 1 – 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v1.21.1, v1.21
# ebf5cedb 18-Oct-2020 chopin <[email protected]>

feature: add ndp tool for ipv6 neighbor


# b9294e11 21-May-2020 johnjiang <[email protected]>

modify `knistl` to `ff_knictl` while install tools, so it can be uninstall.


# 47507c15 14-May-2020 pengtian <[email protected]>

#add knictl support


Revision tags: v1.20, v1.13
# 5af66259 01-Jul-2019 jfb8856606 <[email protected]>

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


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


# 3b2bd0f6 01-Nov-2017 logwang <[email protected]>

Add tool: ngctl.

ngctl -- netgraph control utility.
The ngctl utility creates a new netgraph node of type socket which can be used to issue netgraph commands.


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


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