On 1/16/18 11:50 PM, Jakub Kicinski wrote:
> When program is loaded with a specified ifindex, use that
> ifindex also when creating maps.
>
> Signed-off-by: Jakub Kicinski
> ---
> lib/bpf.c | 7 +--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
applied to iproute2-next
On 01/17/2018 08:50 AM, Jakub Kicinski wrote:
> When program is loaded with a specified ifindex, use that
> ifindex also when creating maps.
>
> Signed-off-by: Jakub Kicinski
Acked-by: Daniel Borkmann
When program is loaded with a specified ifindex, use that
ifindex also when creating maps.
Signed-off-by: Jakub Kicinski
---
lib/bpf.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/lib/bpf.c b/lib/bpf.c
index d32f1b808180..2db151e4dd3c 100644
--- a/lib/bpf.c
+++ b/li