From d32d34ff59937b2e994baa129c41ae69cdae8bb8 Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Sat, 31 Jan 2009 22:45:42 -0800 Subject: [PATCH] correct net numbering --- examples/tap-dumbbell.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/tap-dumbbell.cc b/examples/tap-dumbbell.cc index bbf4e2fce..1f6d846cc 100644 --- a/examples/tap-dumbbell.cc +++ b/examples/tap-dumbbell.cc @@ -29,12 +29,13 @@ // +--------+ +------------+ +------------+ // | CSMA | | CSMA | P2P |-----| P2P | CSMA | // +--------+ +------+-----+ +-----+------+ -// | | | -// | | | +// | | ^ | +// | | | | +// | | P2P Link 10.1.2 | // | n1 n2 | | n5 n6 n7 // | | | | | | | | // ================ ================ -// CSMA LAN 10.1.1 CSMA LAN 10.1.2 +// CSMA LAN 10.1.1 CSMA LAN 10.1.3 // // The CSMA device on node zero is: 10.1.1.1 // The CSMA device on node one is: 10.1.1.2