Add restrict command

This commit is contained in:
Mehdi Abaakouk 2012-05-27 14:32:50 +02:00
parent 2a15a0cfc3
commit 28a20b4675
1 changed files with 1 additions and 0 deletions

View File

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