1
0
Fork 0
mirror of https://github.com/sileht/bird-lg.git synced 2024-11-21 22:44:43 +01:00

Add restrict command

This commit is contained in:
Mehdi Abaakouk 2012-05-27 14:32:50 +02:00
parent 2a15a0cfc3
commit 28a20b4675

View file

@ -116,6 +116,7 @@ class BirdSocket:
# read welcome message
self.__sock.recv(1024)
self.cmd("restrict")
def close(self):
if self.__sock: