func (n *Namespace) UnsetGatewayIPv6() error {
    gwv6 := n.GatewayIPv6()
    if len(gwv6) == 0 {
        return nil
    }