]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
add valectl to the system commands
authorvmaffione <vmaffione@FreeBSD.org>
Thu, 31 Oct 2019 21:01:34 +0000 (21:01 +0000)
committervmaffione <vmaffione@FreeBSD.org>
Thu, 31 Oct 2019 21:01:34 +0000 (21:01 +0000)
commit78a2f9a94d6d2d86a158d4d5085e826b743757b8
tree8a20db04f73da22e1832607a5267f5ae30699c33
parent685a165c4c0b975cb2819b7042e1ddbc6eb79c5d
add valectl to the system commands

The valectl(4) program is used to manage vale(4) switches.
Add it to the system commands so that it can be used right away.
This program was previously called vale-ctl, and stored in
tools/tools/netmap

Reviewed by: hrs, bcr, lwhsu, kevans
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D22146
share/man/man4/netmap.4
sys/dev/netmap/netmap_bdg.c
sys/net/netmap_legacy.h
tools/tools/netmap/Makefile
tools/tools/netmap/README
tools/tools/netmap/lb.8
usr.sbin/Makefile
usr.sbin/valectl/Makefile [new file with mode: 0644]
usr.sbin/valectl/valectl.8 [moved from tools/tools/netmap/vale-ctl.4 with 98% similarity]
usr.sbin/valectl/valectl.c [moved from tools/tools/netmap/vale-ctl.c with 97% similarity]