# This file contains Windows-specific notes and fragments.

# This prevents Microsoft RAS from nabbing IPs... it will nab until
# you run out in the pool. RAS ALWAYS allocates 10 IPs anyway on
# startup, might as well be static. (NOTE: I haven't tested this)
if substring (option dhcp-client-identifier, 0, 4) = "RAS" {
        deny booting;
}


