From a9c958612cf2300608259fc09e7474f4105ce948 Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 30 Aug 2017 06:15:39 +0000 Subject: [PATCH] README: add some notable omissions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 281a383..bdaa7f0 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ 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. + * ARP rate limiting and cache expiration is **not** supported. * 802.3 frames and 802.1Q are **not** supported. * Jumbo frames are **not** supported. @@ -33,6 +34,7 @@ The only supported internetworking protocol is IPv4. * IPv4 header checksum is supported. * IPv4 fragmentation is **not** supported. * IPv4 options are **not** supported. + * IPv4 routes or default gateways are **not** supported. * ICMPv4 header checksum is supported. * ICMPv4 echo requests and replies are supported. * ICMPv4 destination unreachable message is supported.