]> git.proxmox.com Git - mirror_iproute2.git/commit
add address family to/from string helper functions.
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 15 Mar 2015 19:50:03 +0000 (14:50 -0500)
committerStephen Hemminger <shemming@brocade.com>
Tue, 24 Mar 2015 22:45:23 +0000 (15:45 -0700)
commit45c90d1990cbcecf6b24613f44849d6c44f29cdc
treeb413a0f2cdc39460350d1d04a3f54cead1f2e283
parent0b218ab18dfad3e307f99aed2167a0c74f7ec67a
add address family to/from string helper functions.

Add the functions family_name and read_family to convert an address
family to a string and to convernt a string to an address family.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
include/utils.h
ip/ip.c
lib/utils.c