diff options
| author | 2026-04-08 18:51:17 +0000 | |
|---|---|---|
| committer | 2026-04-08 18:51:17 +0000 | |
| commit | 26370d8683075e88e52f2fd9faa099572e941ebd (patch) | |
| tree | 650246c5a19c2246f7789373e0c7802e0277ad31 /autopeer_shell.py | |
| parent | update some show commands (diff) | |
add birdc command
Diffstat (limited to 'autopeer_shell.py')
| -rwxr-xr-x | autopeer_shell.py | 5 |
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 |
