[vale] Fix valectl to compile on a 32-bit platformThis shows up when compiling valectl on a 32 bit platform like i386 and mips32.gcc-6.4 complains about this (-Wint-to-pointer-cast).Reviewed by:
[vale] Fix valectl to compile on a 32-bit platformThis shows up when compiling valectl on a 32 bit platform like i386 and mips32.gcc-6.4 complains about this (-Wint-to-pointer-cast).Reviewed by: vmaffioneDifferential Revision: https://reviews.freebsd.org/D27814
show more ...
netmap: valectl: switch to libnetmapUse the newer libnetmap (included in base) rather than the oldernm_open()/nm_close() defined in netmap_user.hMFC after: 3 days
valectl: fix typo in man pageSubmitted by: Jose Luis DuranMFC after: 3 days
add valectl to the system commandsThe 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
add valectl to the system commandsThe 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 intools/tools/netmapReviewed by: hrs, bcr, lwhsu, kevansMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D22146