[PATCH 1/5] add initial tc action support
Thomas Graf
tgraf at suug.ch
Fri Nov 8 19:14:02 EST 2013
On 11/08/13 at 03:25pm, Cong Wang wrote:
> On Fri, Nov 8, 2013 at 10:47 AM, Cong Wang <xiyou.wangcong at gmail.com> wrote:
> > Signed-off-by: Cong Wang <xiyou.wangcong at gmail.com>
> > ---
> > include/netlink-private/types.h | 6 +
> > include/netlink/route/action.h | 48 ++++
> > include/netlink/route/tc.h | 1 +
> > lib/Makefile.am | 2 +-
> > lib/route/act.c | 600 ++++++++++++++++++++++++++++++++++++++++
> > 5 files changed, 656 insertions(+), 1 deletion(-)
> > create mode 100644 include/netlink/route/action.h
> > create mode 100644 lib/route/act.c
> >
>
> Hmm, one thing that I missed is action.h should be added
> to include/Makefile.am, otherwise it will break packaging.
>
> Same for act/mirred.h.
Fixed this up.
More information about the libnl
mailing list