File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ var BgpModalView = React.createClass({
248
248
249
249
< Input type = 'text' label = 'AS id' ref = 'neighbor-as' defaultValue = { obj . neighbor - as } placeholder = 'AS id' />
250
250
251
- < Input type = 'text' label = 'Bgp neighbor ' ref = 'routerip' defaultValue = { obj . routerip } placeholder = 'Bgp neighbor ' />
251
+ < Input type = 'text' label = 'Bgp router intf ip ' ref = 'routerip' defaultValue = { obj . routerip } placeholder = 'Bgp router intf ip ' />
252
252
253
253
</ div >
254
254
< div className = 'modal-footer' >
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ type Bgp struct {
182
182
Hostname string `json:"hostname,omitempty"` // host name
183
183
Neighbor string `json:"neighbor,omitempty"` // Bgp neighbor
184
184
NeighborAs string `json:"neighbor-as,omitempty"` // AS id
185
- Routerip string `json:"routerip,omitempty"` // Bgp neighbor
185
+ Routerip string `json:"routerip,omitempty"` // Bgp router intf ip
186
186
187
187
}
188
188
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ type Bgp struct {
79
79
Hostname string `json:"hostname,omitempty"` // host name
80
80
Neighbor string `json:"neighbor,omitempty"` // Bgp neighbor
81
81
NeighborAs string `json:"neighbor-as,omitempty"` // AS id
82
- Routerip string `json:"routerip,omitempty"` // Bgp neighbor
82
+ Routerip string `json:"routerip,omitempty"` // Bgp router intf ip
83
83
84
84
}
85
85
Original file line number Diff line number Diff line change 13
13
},
14
14
"routerip" : {
15
15
"type" : " string" ,
16
- "title" : " Bgp neighbor " ,
16
+ "title" : " Bgp router intf ip " ,
17
17
"length" : 15
18
18
},
19
19
"as" : {
You can’t perform that action at this time.
0 commit comments