[lotest] Add option to use broadcast packets for loopback testing

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-05-20 20:57:18 +01:00
parent 231adda40f
commit 80dd6cbcc4
3 changed files with 18 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
extern int loopback_test ( struct net_device *sender,
struct net_device *receiver, size_t mtu );
struct net_device *receiver,
size_t mtu, int broadcast );
#endif /* _USR_LOTEST_H */