• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Apr-201618

busybrH A D13-Aug-2013393

functestH A D13-Aug-20133 KiB

mkbrH A D13-Aug-2013259

READMEH A D27-Nov-2015549

rmbrH A D13-Aug-2013236

showmeH A D13-Aug-2013110

stresstestH A D13-Aug-2013962

README

1This is a set of shell scripts for testing Ethernet bridging.
2
3mkbr makes a simple bridge and clones the ip address.
4rmbr removes bridge
5
6The functional test needs two ethernets (eth0, eth1,
7and the dummy network device. It may screw up your route
8table. Also, it leaves eth0 in an bad state if test fails.
9
10The stresstest needs two ethernets (eth0 and eth1).
11For highest stress, traffic should be sent over the bridge
12while the test is ongoing.  The goal is to exercise, races
13that occur when traffic is flowing while management operations occur.
14
15