This commit is contained in:
Mark Qvist 2025-12-20 14:00:42 +01:00
parent 93d9cb3b69
commit fc00d9a5aa

View file

@ -578,7 +578,7 @@ class AutoInterface(Interface):
if self.online and addr in self.spawned_interfaces:
self.spawned_interfaces[addr].process_incoming(data, addr)
def process_outgoing(self,data): pass
def process_outgoing(self, data): pass
# Ingress limiting happens on peer sub-interfaces
def should_ingress_limit(self): return False