fragattacks/src
Masashi Honma d43430d43d NetBSD: Fix wired IEEE 802.1X problem
On NetBSD 5.0, when I use wired 802.1X, "Invalid argument" occurs
on SIOCADDMULTI ioctl and 802.1X fails.

I tried FreeBSD code, but "Address family not supported by protocol family"
occurs on SIOCADDMULTI ioctl and 802.1X fails, too.

This patch solves this issue.

I have tested with these:
OS : NetBSD 5.0
EAP : EAP-MD5
Switch : CentreCOM 8724SL
2009-08-15 20:59:16 +03:00
..
common Add root .gitignore file to cleanup ignore lists 2009-06-29 21:47:19 +03:00
crypto Crypto build cleanup: remove CONFIG_NO_AES_* 2009-08-13 11:40:28 +03:00
drivers NetBSD: Fix wired IEEE 802.1X problem 2009-08-15 20:59:16 +03:00
eap_common Add root .gitignore file to cleanup ignore lists 2009-06-29 21:47:19 +03:00
eap_peer Fix EAP-TNC peer memory leak on an error path 2009-06-30 19:39:13 +03:00
eap_server Add root .gitignore file to cleanup ignore lists 2009-06-29 21:47:19 +03:00
eapol_supp Add root .gitignore file to cleanup ignore lists 2009-06-29 21:47:19 +03:00
hlr_auc_gw Add root .gitignore file to cleanup ignore lists 2009-06-29 21:47:19 +03:00
l2_packet Add root .gitignore file to cleanup ignore lists 2009-06-29 21:47:19 +03:00
radius Add root .gitignore file to cleanup ignore lists 2009-06-29 21:47:19 +03:00
rsn_supp Add root .gitignore file to cleanup ignore lists 2009-06-29 21:47:19 +03:00
tls Add root .gitignore file to cleanup ignore lists 2009-06-29 21:47:19 +03:00
utils Avoid a theoretical integer overflow in base64_encode() 2009-08-13 16:36:41 +03:00
wps Add root .gitignore file to cleanup ignore lists 2009-06-29 21:47:19 +03:00
Makefile Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00