chiark / gitweb /
networkd: rename misnamed boolean
[elogind.git] / src / network / networkd.h
index b36590e2d6ca70779a92cd096c4d639799028a60..ea4547b9401a6f66600a7551e43054f724b2e751 100644 (file)
@@ -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);
 };