rtnl-util.c revision 607553f9306286fdccf0b356bc3d1087adfe21c4
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
/***
This file is part of systemd.
Copyright (C) 2013 Tom Gundersen <teg@jklm.no>
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
systemd is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include <linux/rtnetlink.h>
#include "sd-rtnl.h"
#include "rtnl-util.h"
int r;
if (r < 0)
return r;
if (r < 0)
return r;
if (r < 0)
return r;
return 0;
}
bool need_update = false;
int r;
return 0;
if (r < 0)
return r;
if (alias) {
if (r < 0)
return r;
need_update = true;
}
if (mac) {
if (r < 0)
return r;
need_update = true;
}
if (mtu > 0) {
if (r < 0)
return r;
need_update = true;
}
if (need_update) {
if (r < 0)
return r;
}
return 0;
}