]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r354229
authorVincenzo Maffione <vmaffione@FreeBSD.org>
Thu, 7 Nov 2019 20:09:41 +0000 (20:09 +0000)
committerVincenzo Maffione <vmaffione@FreeBSD.org>
Thu, 7 Nov 2019 20:09:41 +0000 (20:09 +0000)
commit46aba95b768d057102b9f60f89626e84e47fba28
treeab43ea5e863ac25eaa95eaa1de29a7edfaf57871
parent726b344a3ddc0b10ce7dbde0ae3467420ca427e2
MFC r354229

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