mirror of
https://github.com/sileht/bird-lg.git
synced 2025-02-16 16:40:29 +01:00
Add restrict command
This commit is contained in:
parent
2a15a0cfc3
commit
28a20b4675
1 changed files with 1 additions and 0 deletions
1
bird.py
1
bird.py
|
@ -116,6 +116,7 @@ class BirdSocket:
|
||||||
|
|
||||||
# read welcome message
|
# read welcome message
|
||||||
self.__sock.recv(1024)
|
self.__sock.recv(1024)
|
||||||
|
self.cmd("restrict")
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
if self.__sock:
|
if self.__sock:
|
||||||
|
|
Loading…
Add table
Reference in a new issue