add BGP update commands

This commit is contained in:
Christian Giese
2022-03-24 20:54:02 +01:00
parent 83bf11bdb4
commit 9d1fbffca0
15 changed files with 390 additions and 170 deletions
-1
View File
@@ -16,7 +16,6 @@ import os
import json
import ast
def error(*args, **kwargs):
"""print error and exit"""
print(*args, file=sys.stderr, **kwargs)