diff options
| author | Vincenzo Maffione <vmaffione@FreeBSD.org> | 2019-10-31 21:01:34 +0000 |
|---|---|---|
| committer | Vincenzo Maffione <vmaffione@FreeBSD.org> | 2019-10-31 21:01:34 +0000 |
| commit | c7c780553187d5a8ccb6d17e03c43e0c6daf8ecc (patch) | |
| tree | 8a20db04f73da22e1832607a5267f5ae30699c33 /sys/net/netmap_legacy.h | |
| parent | 2e5f9189bb92b6f77ed7ac4608a058e69e2b5bee (diff) | |
Notes
Diffstat (limited to 'sys/net/netmap_legacy.h')
| -rw-r--r-- | sys/net/netmap_legacy.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/net/netmap_legacy.h b/sys/net/netmap_legacy.h index f1dd7d6258935..115a09e5fbaf5 100644 --- a/sys/net/netmap_legacy.h +++ b/sys/net/netmap_legacy.h @@ -116,13 +116,13 @@ * nr_cmd (in) if non-zero indicates a special command: * NETMAP_BDG_ATTACH and nr_name = vale*:ifname * attaches the NIC to the switch; nr_ringid specifies - * which rings to use. Used by vale-ctl -a ... + * which rings to use. Used by valectl -a ... * nr_arg1 = NETMAP_BDG_HOST also attaches the host port - * as in vale-ctl -h ... + * as in valectl -h ... * * NETMAP_BDG_DETACH and nr_name = vale*:ifname * disconnects a previously attached NIC. - * Used by vale-ctl -d ... + * Used by valectl -d ... * * NETMAP_BDG_LIST * list the configuration of VALE switches. @@ -133,10 +133,10 @@ * * NETMAP_BDG_NEWIF * create a persistent VALE port with name nr_name. - * Used by vale-ctl -n ... + * Used by valectl -n ... * * NETMAP_BDG_DELIF - * delete a persistent VALE port. Used by vale-ctl -d ... + * delete a persistent VALE port. Used by valectl -d ... * * nr_arg1, nr_arg2, nr_arg3 (in/out) command specific * |
