diff options
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index 024f699a..80b88c02 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -63,6 +63,8 @@ message ModPathArguments { Resource resource = 1; string name = 2; Path path = 3; + uint32 asn = 4; + string id = 5; } message PolicyArguments { |