From: Julian Anastasov <ja@ssi.bg>
To: Stephen Hemminger <shemminger@vyatta.com>
Cc: netdev@vger.kernel.org
Subject: [PATCH 0/2] iproute2: add GENL helpers
Date: Sat, 8 Sep 2012 12:48:23 +0300 [thread overview]
Message-ID: <1347097705-2906-1-git-send-email-ja@ssi.bg> (raw)
Put common code for GENL users in new files.
I'll resend the tcp_metrics support for iproute2 when
the kernel part is in mainline.
Julian Anastasov (2):
iproute2: add libgenl files
iproute2: use libgenl in ipl2tp
include/libgenl.h | 25 ++++++++++++++++++++
ip/ipl2tp.c | 65 ++--------------------------------------------------
lib/Makefile | 2 +-
lib/libgenl.c | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 94 insertions(+), 63 deletions(-)
create mode 100644 include/libgenl.h
create mode 100644 lib/libgenl.c
--
1.7.3.4
next reply other threads:[~2012-09-08 9:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-08 9:48 Julian Anastasov [this message]
2012-09-08 9:48 ` [PATCH 1/2] iproute2: add libgenl files Julian Anastasov
2012-09-10 16:55 ` Stephen Hemminger
2012-09-10 21:54 ` Julian Anastasov
2012-09-10 22:42 ` Stephen Hemminger
2012-09-10 16:56 ` Stephen Hemminger
2012-09-08 9:48 ` [PATCH 2/2] iproute2: use libgenl in ipl2tp Julian Anastasov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1347097705-2906-1-git-send-email-ja@ssi.bg \
--to=ja@ssi.bg \
--cc=netdev@vger.kernel.org \
--cc=shemminger@vyatta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.