/* * Mausezahn - A fast versatile traffic generator * Copyright (C) 2008-2010 Herbert Haas * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program; if not, see http://www.gnu.org/licenses/gpl-2.0.html * */ #include "mz.h" #include "cli.h" #include "mops.h" int mops_direct(char* dev, int mops_type, char* argstring) { printf("Got device {%s} type {%i} and argstring {%s}\n", dev, mops_type, argstring); return 0; } ='hidden' name='id' value='1d9423ae0dbcdbfb914e9e516ed44379f0189555'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-09-20 23:32:19 -0400
committerDavid S. Miller <davem@davemloft.net>2016-09-20 23:32:19 -0400
commit1d9423ae0dbcdbfb914e9e516ed44379f0189555 (patch)
treefd9fcc0ecbd856e2fd2c186d3b841e19feda90b4
parentcf714ac147e08bc13cd6bc79f2b090da905398ef (diff)
parent7d95b0ab5bbe2dc9bf3fd99c27e80ced5bfa8acf (diff)
Merge branch 'bpf-direct-packet-access-improvements'
Daniel Borkmann says: ==================== BPF direct packet access improvements This set adds write support to the currently available read support for {cls,act}_bpf programs. First one is a fix for affected commit sitting in net-next and prerequisite for the second one, last patch adds a number of test cases against the verifier. For details, please see individual patches. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat