diff --git a/bird.py b/bird.py index fc8758f..5f6d546 100644 --- a/bird.py +++ b/bird.py @@ -116,6 +116,7 @@ class BirdSocket: # read welcome message self.__sock.recv(1024) + self.cmd("restrict") def close(self): if self.__sock: