On 11/2/2015 6:35 AM, [email protected] wrote: > Anyone know if ARP stuffing is supported in the TI Linux port for Sitara? > > http://virtuallymikebrown.com/2011/11/01/ever-heard-of-arp-stuffing-me-neither/ > https://en.wikipedia.org/wiki/Address_Resolution_Protocol#ARP_stuffing
I don't think you need to have any sort of special kernel support for this, other than TCP/IP networking. Just add a static arp entry via your favorite networking command: man arp arp -s address hw_address ip help neighbor ip neighbor add address lladdr hw_address dev eth0 ...where "address" is the IP address you're "assigning", and hw_address is the target MAC address. -- Charles Steinkuehler [email protected] -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
