From 26370d8683075e88e52f2fd9faa099572e941ebd Mon Sep 17 00:00:00 2001 From: steering7253 Date: Wed, 8 Apr 2026 18:51:17 +0000 Subject: add birdc command --- autopeer_shell.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'autopeer_shell.py') diff --git a/autopeer_shell.py b/autopeer_shell.py index 1939348..3b51c36 100755 --- a/autopeer_shell.py +++ b/autopeer_shell.py @@ -193,6 +193,11 @@ Your Tunnel IPv6LL: {you.ipll} except: 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 -- cgit v1.3.1-10-gc9f91