From 28a20b4675f9880804eccab748b77268cc330bee Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Sun, 27 May 2012 14:32:50 +0200 Subject: [PATCH] Add restrict command --- bird.py | 1 + 1 file changed, 1 insertion(+) 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: