From 06a019becf86d43a1494d22ae04c3fdcb710b9f6 Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 6 Mar 2017 04:01:06 +0000 Subject: [PATCH] Update README to mention lack of multicast support. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e63654..2c53452 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ features are listed. The only supported medium is Ethernet. * Regular Ethernet II frames are supported. + * Unicast and broadcast packets are supported, multicast packets are **not** supported. * ARP packets (including gratuitous requests and replies) are supported. * 802.3 frames and 802.1Q are **not** supported. * Jumbo frames are **not** supported.