Fixup mentions of "ingress"

This was partly copied from netoptimizer/network-testing script
that used this for testing ingress path.

Our use-case is egress code path.

Signed-off-by: Jesper Dangaard Brouer <netoptimizer@brouer.com>
This commit is contained in:
Jesper Dangaard Brouer
2020-11-08 13:21:45 +01:00
parent 91a8e78a12
commit 30e9f04cf3

View File

@@ -8,7 +8,7 @@
function usage() {
echo ""
echo "Usage: $0 [-vh] --dev ethX"
echo " -d | --dev : (\$DEV) Ingress interface/device (required)"
echo " -d | --dev : (\$DEV) Interface/device (required)"
echo " -v | --verbose : (\$VERBOSE) verbose"
echo " --remove : (\$REMOVE) Remove the TC rules"
echo " --dry-run : (\$DRYRUN) Dry-run only (echo tc commands)"
@@ -31,7 +31,7 @@ while true; do
case "$1" in
-d | --dev ) # device
export DEV=$2
info "Ingress device set to: DEV=$DEV" >&2
info "Device set to: DEV=$DEV" >&2
shift 2
;;
-v | --verbose)