diff --git a/bindings/python/ns3modulegen.py b/bindings/python/ns3modulegen.py index 62c2890f6..ea266248d 100755 --- a/bindings/python/ns3modulegen.py +++ b/bindings/python/ns3modulegen.py @@ -155,7 +155,7 @@ def main(): root_module.enums.remove(root_module['ns3::RealtimeSimulatorImpl::SynchronizationMode']) if 'TapBridge' not in enabled_features: - for clsname in ['TapBridge', 'TapBridgeHelper']: + for clsname in ['TapBridge', 'TapBridgeHelper', 'TapBridgeFdReader']: root_module.classes.remove(root_module['ns3::%s' % clsname]) root_module.enums.remove(root_module['ns3::TapBridge::Mode'])