From: Matt Corallo Date: Fri, 9 Apr 2021 16:48:59 +0000 (-0400) Subject: Default to parse-options because some people like `ping -R` X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=flowspec-xdp;a=commitdiff_plain;h=2275d2ee3f167c9ed4644d761ee7b5ea27336238 Default to parse-options because some people like `ping -R` --- diff --git a/install.sh b/install.sh index 58ae670..66ea534 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ set -e RULES="$(birdc show route table flowspec4 primary all) $(birdc show route table flowspec6 primary all)" -echo "$RULES" | ./genrules.py --8021q=drop-vlan --v6frag=ignore-parse-if-rule --ihl=drop-options +echo "$RULES" | ./genrules.py --8021q=drop-vlan --v6frag=ignore-parse-if-rule --ihl=parse-options clang -g -std=c99 -pedantic -Wall -Wextra -Wno-pointer-arith -Wno-unused-variable -O3 -emit-llvm -c xdp.c -o - | llc -O3 -march=bpf -filetype=obj -o xdp echo "Before unload drop count was:"