summaryrefslogtreecommitdiff
path: root/autopeer_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'autopeer_shell.py')
-rwxr-xr-xautopeer_shell.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/autopeer_shell.py b/autopeer_shell.py
index 1939348..3b51c36 100755
--- a/autopeer_shell.py
+++ b/autopeer_shell.py
@@ -194,6 +194,11 @@ Your Tunnel IPv6LL: {you.ipll}
print("No way! Try an AS you're mntner of!", file=sys.stderr)
@parse(0)
+ def do_birdc(self):
+ '''Run birdc'''
+ os.system('/usr/sbin/birdc -r')
+
+ @parse(0)
def do_exit(self):
return True