Skip to content

Commit ee8a07e

Browse files
author
Johannes Löthberg
committed
device: Expose selfDevice attribute in LBDeviceState
Signed-off-by: Johannes Löthberg <johannes.lothberg@tele2.com>
1 parent 77740a8 commit ee8a07e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

f5/device.go

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ type LBDeviceState struct {
1010
Path string `json:"fullPath"`
1111
FailoverState string `json:"failoverState"`
1212
ManagementIP string `json:"managementIP"`
13+
Self bool `json:"selfDevice"`
1314
}
1415

1516
func (f *Device) ShowDevice() (error, *LBDeviceRef) {

0 commit comments

Comments
 (0)