diff options
author | Milan Lenco <milan.lenco@pantheon.tech> | 2021-01-21 13:53:33 +0100 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2021-02-13 18:54:31 +0900 |
commit | 3339f97722e35d5ff351ef500de1e61344cbd33d (patch) | |
tree | 600f85f5a0cd1440670c62c3fd881a3a6efb0645 /api/gobgp.proto | |
parent | c89a32ea7bbed1780b93431e2f94482df462206e (diff) |
feat: add option to bind listener to a (VRF) device
Signed-off-by: Milan Lenco <milan.lenco@pantheon.tech>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index 655fdf8f..3b9f18e9 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -1006,6 +1006,7 @@ message Global { Confederation confederation = 9; GracefulRestart graceful_restart = 10; ApplyPolicy apply_policy = 11; + string bind_to_device = 12; } message Confederation { |