diff options
author | Steven Barth <steven@midlink.org> | 2014-01-03 11:40:07 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-01-03 11:40:07 +0100 |
commit | 9cd9c3ba82c341de1af091575e11cd3ddd433c8c (patch) | |
tree | cce6fdb62155cb24fef7406f6f33fc4d3b3aa2a7 /src/odhcpd.h | |
parent | 34330b9d564d706f38d01dd6608147bfe54f122d (diff) |
Remove ula_compat feature
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index 727c638..77376cb 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -130,7 +130,6 @@ struct interface { bool master; bool ignore; bool always_rewrite_dns; - bool deprecate_ula_if_public_avail; bool ra_not_onlink; bool no_dynamic_dhcp; |