diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-07-12 11:14:55 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-07-12 17:37:05 +0900 |
commit | 50df0390faedad489614c94bd00b1749d57dbbab (patch) | |
tree | 04e1035abf160e1feb8a22ad417e3acc3d72642b /internal/pkg/config | |
parent | 2f5a4d59cb8d494bcf1a64d45d84bcd8fd4a7f06 (diff) |
use tha standard comment for machine-generated files
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Diffstat (limited to 'internal/pkg/config')
-rw-r--r-- | internal/pkg/config/bgp_configs.go | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/internal/pkg/config/bgp_configs.go b/internal/pkg/config/bgp_configs.go index 0e375619..b421a440 100644 --- a/internal/pkg/config/bgp_configs.go +++ b/internal/pkg/config/bgp_configs.go @@ -1,7 +1,7 @@ // DO NOT EDIT // generated by pyang using OpenConfig https://github.com/openconfig/public // -// Copyright (C) 2014-2016 Nippon Telegraph and Telephone Corporation. +// Copyright (C) 2014-2019 Nippon Telegraph and Telephone Corporation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -//lint:file-ignore S1008 generated code. +// Code generated by pyang. DO NOT EDIT. package config @@ -2548,10 +2548,6 @@ type TransportState struct { // Remote port being used by the peer for the TCP session // supporting the BGP session. RemotePort uint16 `mapstructure:"remote-port" json:"remote-port,omitempty"` - // original -> bgp:bind-interface - // bgp:bind-interface's original type is union. - // Interface name for binding. - BindInterface string `mapstructure:"bind-interface" json:"bind-interface,omitempty"` } // struct for container bgp:config. @@ -2584,8 +2580,7 @@ type TransportConfig struct { // original -> gobgp:ttl // TTL value for BGP packets. Ttl uint8 `mapstructure:"ttl" json:"ttl,omitempty"` - // original -> bgp:bind-interface - // bgp:bind-interface's original type is union. + // original -> gobgp:bind-interface // Interface name for binding. BindInterface string `mapstructure:"bind-interface" json:"bind-interface,omitempty"` } |