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