Update README to note lack of sorting.
authorMatt Corallo <git@bluematt.me>
Wed, 7 Apr 2021 19:27:25 +0000 (15:27 -0400)
committerMatt Corallo <git@bluematt.me>
Wed, 7 Apr 2021 20:56:09 +0000 (16:56 -0400)
README.md

index b788661d452fd51ce6a2de1c78e4b5f6fefd831d..adcc99ab63cf0b295b3f2aa49909a65357a334d6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,11 @@ FlowSpec -> XDP Conversion Utility
 This utility allows you to convert flowspec rules (extracted from a local BIRD instance with birdc)
 to an XDP program. It currently supports the entire flowspec match grammar, rate limits, traffic
 action packet match counting (sample bit) and terminal bit, and traffic marking. The redirect
-community is not supported
+community is not supported.
+
+Note that correctly sorting rules is *not* implemented as it requires implementing the flowspec
+wire serialization format and it may better be done inside bird/birdc. Thus, be vary careful using
+the terminal bit in the traffict action community.
 
 `install.sh` provides a simple example script which will compile and install a generated XDP program
 from the rules in bird's `flowspec4` and `flowspec6` routing tables. It will drop any packets which