niksu / pax

Framework for prototyping network elements
Apache License 2.0
4 stars 1 forks source link

Add disable_arp option #16

Closed TMVector closed 8 years ago

TMVector commented 8 years ago

Allow packet handlers to handle ARP packets as well, without interferance from the OS. Note that this requires that arptables be installed.

This was added so that the Emu NAT could be tested including ARP replies using Pax/Mininet.

niksu commented 8 years ago

Very useful, thanks!