All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC iproute v1 0/4] afnetns: add support for afnetns
@ 2017-03-12 23:01 Hannes Frederic Sowa
  2017-03-12 23:01 ` [PATCH RFC iproute v1 1/4] afnetns: add iproute bits " Hannes Frederic Sowa
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Hannes Frederic Sowa @ 2017-03-12 23:01 UTC (permalink / raw)
  To: netdev

This patchset adds support for afnetns to iproute.

For more information on afnetns please look at the kernel patchset.

Patches for util-linux commands, namely nsenter and unshare, is
available here: <https://github.com/hannes/util-linux/tree/afnetns>

Hannes Frederic Sowa (4):
  afnetns: add iproute bits for afnetns
  afnetns: support for ipv4/v6 address management
  afnetns: introduce lib/afnetns.c and a name cache
  afnetns: only show afnetns when show_details

 include/afnetns.h       |   6 ++
 include/libnetlink.h    |   7 ++
 include/linux/if_addr.h |   2 +
 include/namespace.h     |   4 +
 include/utils.h         |   1 +
 ip/Makefile             |   2 +-
 ip/ip.c                 |   5 +-
 ip/ip_common.h          |   1 +
 ip/ipaddress.c          |  38 ++++++++
 ip/ipafnetns.c          | 216 +++++++++++++++++++++++++++++++++++++++++++++
 lib/Makefile            |   2 +-
 lib/afnetns.c           | 226 ++++++++++++++++++++++++++++++++++++++++++++++++
 lib/utils.c             |  36 ++++++++
 13 files changed, 542 insertions(+), 4 deletions(-)
 create mode 100644 include/afnetns.h
 create mode 100644 ip/ipafnetns.c
 create mode 100644 lib/afnetns.c

-- 
2.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-03-13 15:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-12 23:01 [PATCH RFC iproute v1 0/4] afnetns: add support for afnetns Hannes Frederic Sowa
2017-03-12 23:01 ` [PATCH RFC iproute v1 1/4] afnetns: add iproute bits " Hannes Frederic Sowa
2017-03-13 15:10   ` Stephen Hemminger
2017-03-12 23:01 ` [PATCH RFC iproute v1 2/4] afnetns: support for ipv4/v6 address management Hannes Frederic Sowa
2017-03-12 23:01 ` [PATCH RFC iproute v1 3/4] afnetns: introduce lib/afnetns.c and a name cache Hannes Frederic Sowa
2017-03-12 23:01 ` [PATCH RFC iproute v1 4/4] afnetns: only show afnetns when show_details Hannes Frederic Sowa

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.