opengnsys_ipxe/src/usr
Michael Brown 721a492020 [lotest] Discard packets arriving on the incorrect network device
Commit 24bbaf6 ("[lotest] Allow loopback testing on shared networks")
introduced a regression in which loopback testing packets would be
accepted from any network device.  This produces unexpected results,
such as VLAN loopback testing succeeding even when incorrectly using
the underlying trunk device as either transmitter or receiver.

Fix by discarding any loopback testing packets which arrive on a
network device other than the current loopback testing receiver.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2014-07-29 15:20:49 +01:00
..
autoboot.c [autoboot] Allow autoboot device to be identified by link-layer address 2014-07-08 00:37:31 +01:00
dhcpmgmt.c [dhcp] Remove obsolete dhcp() function 2013-11-05 17:42:55 +00:00
fcmgmt.c [monojob] Add timeout parameter to monojob_wait() 2013-11-01 16:26:02 +00:00
ifmgmt.c [ifmgmt] Do not sleep CPU while configuring network devices 2014-06-01 19:54:23 +01:00
imgmgmt.c [image] Add "--timeout" parameter to image downloading commands 2014-03-10 13:32:39 +00:00
imgtrust.c [crypto] Generalise X.509 cache to a full certificate store 2014-03-28 17:09:40 +00:00
ipstat.c [cmdline] Add the "ipstat" command 2014-03-02 23:57:47 +00:00
iwmgmt.c [legal] Update FSF mailing address in GPL licence texts 2012-07-20 19:55:45 +01:00
lotest.c [lotest] Discard packets arriving on the incorrect network device 2014-07-29 15:20:49 +01:00
neighmgmt.c [neighbour] Add nstat() function to print out neighbour table 2013-09-25 14:36:30 +01:00
nslookup.c [ipv6] Add support for resolving IPv6 addresses via the "nslookup" command 2013-12-05 01:53:25 +00:00
pingmgmt.c [monojob] Add timeout parameter to monojob_wait() 2013-11-01 16:26:02 +00:00
profstat.c [cmdline] Add "profstat" command to display profiling statistics 2014-04-27 23:14:47 +01:00
prompt.c [parseopt] Add parse_timeout() 2013-11-01 02:26:19 +00:00
pxemenu.c [mucurses] Use centralised concept of colour pairs 2013-12-09 15:34:14 +00:00
route.c [ipv4] Abstract out protocol-specific portions of "route" command 2013-09-03 16:30:18 +01:00
route_ipv4.c [ipv4] Abstract out protocol-specific portions of "route" command 2013-09-03 16:30:18 +01:00
route_ipv6.c [ipv6] Separate the concepts of prefix and address creation 2013-11-15 15:22:54 +00:00
sync.c [cmdline] Rewrite "sync" command to use monojob_wait() 2013-11-01 17:00:16 +00:00