secdev / scapy

Scapy: the Python-based interactive packet manipulation program & library.
https://scapy.net
GNU General Public License v2.0
10.83k stars 2.04k forks source link

Multiple Nameservers on DHCP_am #4431

Open Cythium opened 5 months ago

Cythium commented 5 months ago

I wondered if Scapy supports multiple nameservers provided into the DHCP server class:

DHCP_am

So far I've tried with supplying the nameserver parameter to DHCP_am with comma-separated values of IPs. There's just error, perhaps can this be a new feature?

Thanks.

gpotter2 commented 5 months ago

Hi, I don't think that we support that, but I agree with you we should !