diff --git a/neutron/common/ovn/constants.py b/neutron/common/ovn/constants.py index d8abb74a0b3..93e9035c7d7 100644 --- a/neutron/common/ovn/constants.py +++ b/neutron/common/ovn/constants.py @@ -166,7 +166,8 @@ SUPPORTED_DHCP_OPTS_MAPPING = { '119': 'domain_search_list', '252': 'wpad', '210': 'path_prefix', - '150': 'tftp_server_address'}, + '150': 'tftp_server_address', + '255': 'next_server'}, 6: {'server-id': 'server_id', 'dns-server': 'dns_server', 'domain-search': 'domain_search',