From 3339f97722e35d5ff351ef500de1e61344cbd33d Mon Sep 17 00:00:00 2001 From: Milan Lenco Date: Thu, 21 Jan 2021 13:53:33 +0100 Subject: feat: add option to bind listener to a (VRF) device Signed-off-by: Milan Lenco --- api/gobgp.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'api/gobgp.proto') 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 { -- cgit v1.2.3