We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3896080 commit f736539Copy full SHA for f736539
plugins/ipam/plugin.go
@@ -75,5 +75,5 @@ func handler6(req, resp dhcpv6.DHCPv6) (dhcpv6.DHCPv6, bool) {
75
return nil, true
76
}
77
78
- return nil, false
+ return resp, false
79
0 commit comments