Ajout de freebox.crans.org au 2B
This commit is contained in:
parent
2d76cea2f9
commit
9cb259ea71
1 changed files with 4 additions and 1 deletions
|
@ -265,6 +265,7 @@ class WhoKfet(WhosThere):
|
||||||
]
|
]
|
||||||
|
|
||||||
def do_scan(self):
|
def do_scan(self):
|
||||||
|
self.set_ignore_inactive(False, wifi_only=False)
|
||||||
self.populate_from_switch('backbone.adm.crans.org', 21)
|
self.populate_from_switch('backbone.adm.crans.org', 21)
|
||||||
|
|
||||||
class Who2B(WhosThere):
|
class Who2B(WhosThere):
|
||||||
|
@ -276,6 +277,7 @@ class Who2B(WhosThere):
|
||||||
'mao.wifi.crans.org',
|
'mao.wifi.crans.org',
|
||||||
'tinybrother.adm.crans.org',
|
'tinybrother.adm.crans.org',
|
||||||
'vo.crans.org',
|
'vo.crans.org',
|
||||||
|
'freebox.crans.org',
|
||||||
]
|
]
|
||||||
|
|
||||||
def do_scan(self):
|
def do_scan(self):
|
||||||
|
@ -299,7 +301,8 @@ class Who4J(WhosThere):
|
||||||
def do_scan(self):
|
def do_scan(self):
|
||||||
self.set_ignore_inactive(True, wifi_only=True)
|
self.set_ignore_inactive(True, wifi_only=True)
|
||||||
self.populate_from_switch('batj-3.adm.crans.org', 7)
|
self.populate_from_switch('batj-3.adm.crans.org', 7)
|
||||||
|
self.tty_server=u"cochon"
|
||||||
|
self.populate_from_tty()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
where = {
|
where = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue