networkd-route.c revision cf6a8911738fe2635a5210769d5348b05b166691
3832N/A/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ 3832N/A This file is part of systemd. 3832N/A Copyright 2013 Tom Gundersen <teg@jklm.no> 3832N/A systemd is free software; you can redistribute it and/or modify it 3832N/A under the terms of the GNU Lesser General Public License as published by 3832N/A the Free Software Foundation; either version 2.1 of the License, or 3832N/A (at your option) any later version. 3832N/A systemd is distributed in the hope that it will be useful, but 3832N/A WITHOUT ANY WARRANTY; without even the implied warranty of 3832N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 3832N/A Lesser General Public License for more details. 3832N/A You should have received a copy of the GNU Lesser General Public License 4714N/A /* we are not in an Route section, so treat 6033N/A * this as the special '0' section */ 3832N/A "Route is invalid, ignoring assignment: %s",
route);
3832N/A "Route destination prefix length is invalid, " 3832N/A "ignoring assignment: %s", e +
1);