Skip to content

Commit 614323b

Browse files
committedAug 30, 2017
README: add some notable omissions.
1 parent 39464a5 commit 614323b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The only supported medium is Ethernet.
2323
* Regular Ethernet II frames are supported.
2424
* Unicast and broadcast packets are supported, multicast packets are **not** supported.
2525
* ARP packets (including gratuitous requests and replies) are supported.
26+
* ARP rate limiting and cache expiration is **not** supported.
2627
* 802.3 frames and 802.1Q are **not** supported.
2728
* Jumbo frames are **not** supported.
2829

@@ -33,6 +34,7 @@ The only supported internetworking protocol is IPv4.
3334
* IPv4 header checksum is supported.
3435
* IPv4 fragmentation is **not** supported.
3536
* IPv4 options are **not** supported.
37+
* IPv4 routes or default gateways are **not** supported.
3638
* ICMPv4 header checksum is supported.
3739
* ICMPv4 echo requests and replies are supported.
3840
* ICMPv4 destination unreachable message is supported.

0 commit comments

Comments
 (0)
Please sign in to comment.