diff options
author | Pablo Mazzini <pmazzini@gmail.com> | 2018-11-11 22:28:05 +0000 |
---|---|---|
committer | Pablo Mazzini <pmazzini@gmail.com> | 2018-11-11 22:28:05 +0000 |
commit | 472ea5db936189a5cfb3d92847714f914a16ea1d (patch) | |
tree | ad149b7b79a4177cd1d948866aa9901b7ad56818 /dhcpv4/option_relay_agent_information.go | |
parent | 060633e1afd24f6c69dccf9ee99b85dddbdee651 (diff) |
OptRelayAgentInformation: increase coverage
Diffstat (limited to 'dhcpv4/option_relay_agent_information.go')
-rw-r--r-- | dhcpv4/option_relay_agent_information.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv4/option_relay_agent_information.go b/dhcpv4/option_relay_agent_information.go index 75bbef0..447783e 100644 --- a/dhcpv4/option_relay_agent_information.go +++ b/dhcpv4/option_relay_agent_information.go @@ -60,7 +60,7 @@ func (o *OptRelayAgentInformation) ToBytes() []byte { // String returns a human-readable string for this option. func (o *OptRelayAgentInformation) String() string { - return fmt.Sprintf("Relay Agent Information -> [%v]", o.Options) + return fmt.Sprintf("Relay Agent Information -> %v", o.Options) } // Length returns the length of the data portion (excluding option code and byte |