diff options
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index fd0b6dc5..e20caa0e 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -443,12 +443,17 @@ message AsPrependAction { bool use_left_most = 3; } +message NexthopAction { + string address = 1; +} + message Actions { RouteAction route_action = 1; CommunityAction community = 2; MedAction med = 3; AsPrependAction as_prepend = 4; CommunityAction ext_community = 5; + NexthopAction nexthop = 6; } message Statement { |