add func: del

This commit is contained in:
arT
2025-08-02 13:01:36 +08:00
parent 3d955c5c80
commit 260b31f271
2 changed files with 43 additions and 2 deletions

View File

@ -4,4 +4,21 @@ This program uses the Tenantos API and Tenantos event listener to process Layer
### Installation
Simply use the requirements.txt to install the required libs and you are ready to go.
Simply use the requirements.txt to install the required libs and you are ready to go.
### Arguments
```
--action {add/del}
add route/delete route
--server {int}
server-id
--subnet {int}
related subnet-id
--ip {str}
ip address(IPv4/IPv6)
```