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

..07-Jun-201619

busybrH A D07-Jun-2016393

functestH A D07-Jun-20163 KiB

mkbrH A D07-Jun-2016259

READMEH A D07-Jun-2016549

rmbrH A D07-Jun-2016236

showmeH A D07-Jun-2016110

stresstestH A D07-Jun-2016962

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