[Differential] D10603: distinguish NFS versus TFTP boot by rootpath

2017-05-04 Thread bapt (Baptiste Daroussin)
bapt added a comment. Yes simple and efficient I like this I wonder why I took a very complicated path in the first place. Give me some time to test it on our production server. I don't think we need to keep compatibility with option 150 given as far as I know only I and @sbruno used it

[Differential] D10603: distinguish NFS versus TFTP boot by rootpath

2017-05-04 Thread rgrimes
rgrimes added a comment. I am happy with this, it moves us forward, and removes the option 150 hack. I am pretty sure that you can actually dole out more than 1 tftp server by careful use of dhcp server configurations, ie the dhcp server has full control over what next-server you are told t

[Differential] D10485: Replace dhcp option 150 by 66

2017-05-04 Thread kczekirda (Kamil Czekirda)
kczekirda abandoned this revision. kczekirda added a comment. Continuation in D10603 REVISION DETAIL https://reviews.freebsd.org/D10485 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: kczekirda, bapt, oshogbo, tsoome

[Differential] D10603: distinguish NFS versus TFTP boot by rootpath

2017-05-04 Thread kczekirda (Kamil Czekirda)
kczekirda created this revision. REVISION SUMMARY Don't use DHCP 150 option to decide which protocol use to netboot. When root-path includes ip address - go thru NFS, if ip address not exists in root-path - go thru TFTP from server which ip address is in next-server. But there is one limita