summaryrefslogtreecommitdiff
path: root/src/network/networkd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/networkd.h')
-rw-r--r--src/network/networkd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd.h b/src/network/networkd.h
index b36590e2d6..ea4547b940 100644
--- a/src/network/networkd.h
+++ b/src/network/networkd.h
@@ -160,7 +160,7 @@ struct Address {
union in_addr_union in_addr;
union in_addr_union in_addr_peer;
- bool ip_forward_done;
+ bool ip_masquerade_done;
LIST_FIELDS(Address, addresses);
};