Skip to content

Linux kernel module that implements a virtual network switch

Notifications You must be signed in to change notification settings

nyyManni/vswitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Network Switch

Installation

Tested on virtualbox machine with Debian 9.2

To build the module:

make

To install the module (as root):

insmod vswitch.ko

Available parameters:

NameTypeDescriptionDeafult value
portsshort intNumber of ports in the switch4
mtuintMax transmission unit128
buffer_sizeintNumber of bytes in each port’s output buffer2048
cache_ttllongNumber of nanoseconds the cached host id is valid10000000

About

Linux kernel module that implements a virtual network switch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published