diff options
Diffstat (limited to 'src/bin/dhcp4/parser_context.h')
-rw-r--r-- | src/bin/dhcp4/parser_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/dhcp4/parser_context.h b/src/bin/dhcp4/parser_context.h index 7bab72239f..a089dce1c2 100644 --- a/src/bin/dhcp4/parser_context.h +++ b/src/bin/dhcp4/parser_context.h @@ -216,6 +216,9 @@ public: /// Used while parsing Dhcp4/Subnet4 structures. SUBNET4, + /// Used while parsing shared-networks structures. + SHARED_NETWORK, + /// Used while parsing Dhcp4/Subnet4/reservation-mode. RESERVATION_MODE, |