src/devices/emu/emu-net-device.cc
changeset 3936 e525995ce5dc
parent 3852 9cf7ad0cac85
child 4017 4521a81f94b8
--- a/src/devices/emu/emu-net-device.cc	Tue Nov 18 15:46:46 2008 -0800
+++ b/src/devices/emu/emu-net-device.cc	Tue Nov 18 16:23:31 2008 -0800
@@ -882,6 +882,12 @@
   return false;
 }
 
+bool 
+EmuNetDevice::IsBridge (void) const
+{
+  return false;
+}
+
 void
 EmuNetDevice::SetPromiscReceiveCallback (PromiscReceiveCallback cb)
 {