func (n *Namespace) UnsetGateway() error {
    gw := n.Gateway()
    if len(gw) == 0 {
        return nil
    }