diff options
author | Tom Shine <tomjshine@gmail.com> | 2020-04-23 01:05:39 +0100 |
---|---|---|
committer | Tom Shine <tomjshine@gmail.com> | 2020-04-24 00:25:59 +0100 |
commit | f11b9c7afb198dd6bfea9a167f41a62569f24756 (patch) | |
tree | 8e1acc824a5e664ca565d3729e12f1c10f780b69 /api/gobgp.pb.go | |
parent | 3bdfaf9123756c93236c5048f180eb61ad7f8a68 (diff) |
Add BGP-LS SRLG support
Diffstat (limited to 'api/gobgp.pb.go')
-rw-r--r-- | api/gobgp.pb.go | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/api/gobgp.pb.go b/api/gobgp.pb.go index bb7e85b9..1fd50a28 100644 --- a/api/gobgp.pb.go +++ b/api/gobgp.pb.go @@ -300,7 +300,9 @@ var ListPathRequest_SortType_value = map[string]int32{ func (x ListPathRequest_SortType) String() string { return proto.EnumName(ListPathRequest_SortType_name, int32(x)) } -func (ListPathRequest_SortType) EnumDescriptor() ([]byte, []int) { return fileDescriptor2, []int{24, 0} } +func (ListPathRequest_SortType) EnumDescriptor() ([]byte, []int) { + return fileDescriptor2, []int{24, 0} +} type AddBmpRequest_MonitoringPolicy int32 @@ -497,7 +499,9 @@ var PeerConf_RemovePrivateAs_value = map[string]int32{ func (x PeerConf_RemovePrivateAs) String() string { return proto.EnumName(PeerConf_RemovePrivateAs_name, int32(x)) } -func (PeerConf_RemovePrivateAs) EnumDescriptor() ([]byte, []int) { return fileDescriptor2, []int{77, 0} } +func (PeerConf_RemovePrivateAs) EnumDescriptor() ([]byte, []int) { + return fileDescriptor2, []int{77, 0} +} type PeerGroupConf_RemovePrivateAs int32 @@ -4342,10 +4346,12 @@ type LongLivedGracefulRestartState struct { PeerRestartTimerExpired bool `protobuf:"varint,5,opt,name=peer_restart_timer_expired,json=peerRestartTimerExpired" json:"peer_restart_timer_expired,omitempty"` } -func (m *LongLivedGracefulRestartState) Reset() { *m = LongLivedGracefulRestartState{} } -func (m *LongLivedGracefulRestartState) String() string { return proto.CompactTextString(m) } -func (*LongLivedGracefulRestartState) ProtoMessage() {} -func (*LongLivedGracefulRestartState) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{113} } +func (m *LongLivedGracefulRestartState) Reset() { *m = LongLivedGracefulRestartState{} } +func (m *LongLivedGracefulRestartState) String() string { return proto.CompactTextString(m) } +func (*LongLivedGracefulRestartState) ProtoMessage() {} +func (*LongLivedGracefulRestartState) Descriptor() ([]byte, []int) { + return fileDescriptor2, []int{113} +} func (m *LongLivedGracefulRestartState) GetEnabled() bool { if m != nil { |