[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1462721329-27987-1-git-send-email-jhs@emojatatu.com>
Date: Sun, 8 May 2016 11:28:49 -0400
From: Jamal Hadi Salim <jhs@...atatu.com>
To: stephen@...workplumber.org
Cc: netdev@...r.kernel.org, Jamal Hadi Salim <jhs@...atatu.com>
Subject: [iproute2 PATCH 1/1] tc fix ife late binding
From: Jamal Hadi Salim <jhs@...atatu.com>
following late action binding didn't work:
sudo tc actions add action ife encode \
type 0xDEAD allow mark dst 02:15:15:15:15:15 index 1
sudo tc filter add dev lo parent ffff: protocol ip prio 2 u32\
match ip src 127.0.0.2/32 flowid 1:2 action ife index 1
Signed-off-by: Jamal Hadi Salim <jhs@...atatu.com>
---
tc/m_ife.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tc/m_ife.c b/tc/m_ife.c
index ed01ff7..c8ae04d 100644
--- a/tc/m_ife.c
+++ b/tc/m_ife.c
@@ -182,6 +182,7 @@ static int parse_ife(struct action_util *a, int *argc_p, char ***argv_p,
fprintf(stderr, "ife: Illegal \"index\"\n");
return -1;
}
+ ok++;
argc--;
argv++;
}
--
1.9.1
Powered by blists - more mailing lists