bug 274: bridge must detect compatibility of devices with bridging mode

This commit is contained in:
Mathieu Lacage
2008-09-02 11:28:03 -07:00
parent 5fd19292ea
commit 8f7b450103
22 changed files with 552 additions and 536 deletions
+2 -2
View File
@@ -397,8 +397,8 @@ def register_Ns3CsmaNetDevice_methods(root_module, cls):
'void',
[param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType >', 'cb')],
is_virtual=True)
## csma-net-device.h: bool ns3::CsmaNetDevice::SupportsPromiscuous() const [member function]
cls.add_method('SupportsPromiscuous',
## csma-net-device.h: bool ns3::CsmaNetDevice::SupportsSendFrom() const [member function]
cls.add_method('SupportsSendFrom',
'bool',
[],
is_const=True, is_virtual=True)