Configured announce ingress limit defaults

This commit is contained in:
Mark Qvist 2023-10-01 11:39:24 +02:00
parent 03340ed091
commit fb4e53f6e3
7 changed files with 23 additions and 0 deletions

View file

@ -1234,6 +1234,9 @@ class RNodeInterface(Interface):
self.setRadioState(KISS.RADIO_STATE_OFF)
self.leave()
def should_ingress_limit(self):
return False
def __str__(self):
return "RNodeInterface["+str(self.name)+"]"