Re: [U-Boot] [PATCH v5 24/27] sandbox: eth: Add a bridge to a real network for sandbox

2015-03-04 Thread Simon Glass
Hi Joe, On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: Implement a bridge between u-boot's network stack and Linux's raw packet API allowing the sandbox to send and receive packets using the host machine's network interface. This raw Ethernet API requires elevated

[U-Boot] [PATCH v5 24/27] sandbox: eth: Add a bridge to a real network for sandbox

2015-03-03 Thread Joe Hershberger
Implement a bridge between u-boot's network stack and Linux's raw packet API allowing the sandbox to send and receive packets using the host machine's network interface. This raw Ethernet API requires elevated privileges. You can either run as root, or you can add the capability needed like so: