diff options
author | Thomas Markwalder <tmark@isc.org> | 2013-03-25 12:30:49 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2013-03-25 12:30:49 +0100 |
commit | c5f8c4c31d08049b5b8b1e7ab43011d62293f18b (patch) | |
tree | 958bd34bb8b3814d2a1e618dff9f08846faa191a /src/lib/dhcpsrv/pool.h | |
parent | Fix problem with long path on build bots (diff) | |
download | kea-c5f8c4c31d08049b5b8b1e7ab43011d62293f18b.tar.xz kea-c5f8c4c31d08049b5b8b1e7ab43011d62293f18b.zip |
[2789] Removed the private member, Pool6::prefix_len_. It was created
to support prefix delegation which has not been designed yet.
Diffstat (limited to 'src/lib/dhcpsrv/pool.h')
-rw-r--r-- | src/lib/dhcpsrv/pool.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/dhcpsrv/pool.h b/src/lib/dhcpsrv/pool.h index e8dc3e3eda..73c5dc4996 100644 --- a/src/lib/dhcpsrv/pool.h +++ b/src/lib/dhcpsrv/pool.h @@ -168,9 +168,6 @@ private: /// @brief defines a pool type Pool6Type type_; - /// @brief prefix length - /// used by TYPE_PD only (zeroed for other types) - uint8_t prefix_len_; }; /// @brief a pointer an IPv6 Pool |