]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339659
authorvmaffione <vmaffione@FreeBSD.org>
Mon, 3 Dec 2018 17:40:54 +0000 (17:40 +0000)
committervmaffione <vmaffione@FreeBSD.org>
Mon, 3 Dec 2018 17:40:54 +0000 (17:40 +0000)
commit89dda8ad7f2d5ad9a1b78712241ec3a3561010f9
tree37d03d3a2074c0637598fcd93d2944e83e0c7c4f
parent6d322e8a8c5ba8590142fc0d963881494e368f0b
MFC r339659

netmap: add man page for the bridge program

Added bridge(8).
Also, minor fixes to the netmap "bridge" application:
 - indentation fixes and code cleanup
 - better usage description
 - better processing of netmap flags

Reviewed by:    0mp
Approved by:    gnn (mentor)
Differential Revision:  https://reviews.freebsd.org/D17664
share/man/man4/netmap.4
tools/tools/netmap/bridge.8 [new file with mode: 0644]
tools/tools/netmap/bridge.c
tools/tools/netmap/pkt-gen.8