diff options
Diffstat (limited to 'dhcpv4/bsdp/bsdp_option_selected_boot_image_id.go')
-rw-r--r-- | dhcpv4/bsdp/bsdp_option_selected_boot_image_id.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dhcpv4/bsdp/bsdp_option_selected_boot_image_id.go b/dhcpv4/bsdp/bsdp_option_selected_boot_image_id.go index 9079346..67f99a8 100644 --- a/dhcpv4/bsdp/bsdp_option_selected_boot_image_id.go +++ b/dhcpv4/bsdp/bsdp_option_selected_boot_image_id.go @@ -40,8 +40,3 @@ func (o *OptSelectedBootImageID) ToBytes() []byte { func (o *OptSelectedBootImageID) String() string { return fmt.Sprintf("BSDP Selected Boot Image ID -> %s", o.ID.String()) } - -// Length returns the length of the data portion of this option. -func (o *OptSelectedBootImageID) Length() int { - return 4 -} |