mirror of https://github.com/F-Stack/f-stack.git
10 lines
350 B
Plaintext
10 lines
350 B
Plaintext
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2023 Intel Corporation
|
|
#
|
|
send <IP>ip # sends one ARP request through bonding for IP
|
|
start # starts listening if not started at startup
|
|
stop # stops listening
|
|
show # shows some bond info, e.g. active members
|
|
help # show help
|
|
quit # close application
|