diff options
| author | Michael Brown | 2016-05-20 21:57:18 +0200 |
|---|---|---|
| committer | Michael Brown | 2016-05-23 15:17:47 +0200 |
| commit | 80dd6cbcc4fd8c013969e205ee410344d9180b27 (patch) | |
| tree | b3726edd26398d3ba032d9e0fc5b00bbe32fdbe7 /src/include/usr | |
| parent | [netdevice] Fix failure path in register_netdev() (diff) | |
| download | ipxe-80dd6cbcc4fd8c013969e205ee410344d9180b27.tar.gz ipxe-80dd6cbcc4fd8c013969e205ee410344d9180b27.tar.xz ipxe-80dd6cbcc4fd8c013969e205ee410344d9180b27.zip | |
[lotest] Add option to use broadcast packets for loopback testing
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/lotest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/lotest.h b/src/include/usr/lotest.h index ce0fe5eda..bd66f4a44 100644 --- a/src/include/usr/lotest.h +++ b/src/include/usr/lotest.h @@ -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 */ |
