diff --git a/gestion/tools/whosthere.py b/gestion/tools/whosthere.py index 7b45fe6c..e5af2e7a 100755 --- a/gestion/tools/whosthere.py +++ b/gestion/tools/whosthere.py @@ -265,6 +265,7 @@ class WhoKfet(WhosThere): ] def do_scan(self): + self.set_ignore_inactive(False, wifi_only=False) self.populate_from_switch('backbone.adm.crans.org', 21) class Who2B(WhosThere): @@ -276,6 +277,7 @@ class Who2B(WhosThere): 'mao.wifi.crans.org', 'tinybrother.adm.crans.org', 'vo.crans.org', + 'freebox.crans.org', ] def do_scan(self): @@ -299,7 +301,8 @@ class Who4J(WhosThere): def do_scan(self): self.set_ignore_inactive(True, wifi_only=True) self.populate_from_switch('batj-3.adm.crans.org', 7) - + self.tty_server=u"cochon" + self.populate_from_tty() if __name__ == '__main__': where = {