NSX-V: Add server-ip-address to the supported dhcp options
server-ip-address is another neutron supported name for tftp-server-address. Change-Id: I9b2850c8f162dd5d15ae7c13c430729d10b8f40b
This commit is contained in:
parent
71f92348c1
commit
efc8427607
@ -78,6 +78,7 @@ SUPPORTED_DHCP_OPTIONS = {
|
||||
'classless-static-route': 'option121',
|
||||
'tftp-server-address': 'option150',
|
||||
'tftp-server': 'option150',
|
||||
'server-ip-address': 'option150',
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user