summaryrefslogtreecommitdiff
path: root/src/network/networkd-address.h
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-11-10 13:52:34 +0100
committerTom Gundersen <teg@jklm.no>2015-11-11 15:42:38 +0100
commit63bbe5c767a39ee4d6acaadc5e643d6d3556d9cd (patch)
tree8f7fd7da6f8c75f808f6b2d140084f48048035f2 /src/network/networkd-address.h
parent6cf4a01c3630d87e208ef261009c8144796b64a5 (diff)
networkd: address - drop the 'added' flag
Instead instantiate the kernel flags to TENTATIVE until the kernel updates us with the real value.
Diffstat (limited to 'src/network/networkd-address.h')
-rw-r--r--src/network/networkd-address.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/networkd-address.h b/src/network/networkd-address.h
index 0b1f3b688b..4049a23bdc 100644
--- a/src/network/networkd-address.h
+++ b/src/network/networkd-address.h
@@ -52,7 +52,6 @@ struct Address {
union in_addr_union in_addr;
union in_addr_union in_addr_peer;
- bool added:1;
bool ip_masquerade_done:1;
LIST_FIELDS(Address, addresses);