func (n *Namespace) SetGatewayIPv6(gwv6 net.IP) error {
    if len(gwv6) == 0 {
        return nil
    }