vale.4 (44e86fbdcf5a3e625095652a3d0ab99532e54eea) | vale.4 (d458747eb2ae0e21ab87278d9c3888336ce83633) |
---|---|
1.\" Copyright (c) 2012 Luigi Rizzo, Universita` di Pisa 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 70 unchanged lines hidden (view full) --- 79.Nm 80currently supports up to 8 switches, with 254 ports per switch. 81.Sh SYSCTL VARIABLES 82See 83.Xr netmap 4 84for a list of sysctl variables that affect 85.Nm 86bridges. | 1.\" Copyright (c) 2012 Luigi Rizzo, Universita` di Pisa 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 70 unchanged lines hidden (view full) --- 79.Nm 80currently supports up to 8 switches, with 254 ports per switch. 81.Sh SYSCTL VARIABLES 82See 83.Xr netmap 4 84for a list of sysctl variables that affect 85.Nm 86bridges. |
87.El | |
88.Sh EXAMPLES 89Create one switch, with a traffic generator connected to one 90port, and a netmap-enabled tcpdump instance on another port: 91.Bd -literal -offset indent 92tcpdump -ni valea:1 & 93pkt-gen -i valea:0 -f tx & 94.Ed 95.Pp --- 26 unchanged lines hidden --- | 87.Sh EXAMPLES 88Create one switch, with a traffic generator connected to one 89port, and a netmap-enabled tcpdump instance on another port: 90.Bd -literal -offset indent 91tcpdump -ni valea:1 & 92pkt-gen -i valea:0 -f tx & 93.Ed 94.Pp --- 26 unchanged lines hidden --- |