Ajout de freebox.crans.org au 2B

This commit is contained in:
Pierre-Elliott Bécue 2015-08-18 13:47:33 +02:00
parent 2d76cea2f9
commit 9cb259ea71

View file

@ -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 = {