From a65917065da23a970f10b591f317c362e50dc36b Mon Sep 17 00:00:00 2001 From: Maxim Uvarov Date: Thu, 5 Jun 2014 15:05:28 +0400 Subject: add odp prefix to l2fwd All odp applications have odp_ prefix. Adding the same prefix to l2fwd. Reviewed-by: Anders Roxell Signed-off-by: Maxim Uvarov --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d45b37f4e..6f5f0aba3 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,4 @@ test/api_test/odp_ring test/api_test/odp_timer test/timer/odp_timer_test test/generator/odp_generator -test/l2fwd/l2fwd +test/l2fwd/odp_l2fwd -- cgit v1.2.3