summaryrefslogtreecommitdiff
path: root/src/network/networkd.h
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-01-28 20:00:47 +0100
committerTom Gundersen <teg@jklm.no>2014-01-30 14:30:39 +0100
commit801bd9e859d7f3f127617172910786929776472b (patch)
tree5c0d67fdf25bb222bcbdc977db96a7fc1e1e21d9 /src/network/networkd.h
parenteb27aeca247a4cf8816fffc4c0dbcab55ead3864 (diff)
net-util: verify the address family
Error out if the address family is already set to something incompatible with the address being parsed.
Diffstat (limited to 'src/network/networkd.h')
-rw-r--r--src/network/networkd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/networkd.h b/src/network/networkd.h
index 968edf6a70..f174abbf59 100644
--- a/src/network/networkd.h
+++ b/src/network/networkd.h
@@ -138,7 +138,6 @@ struct Route {
uint64_t section;
unsigned char family;
- unsigned char dst_family;
unsigned char dst_prefixlen;
union {