]> git.proxmox.com Git - mirror_iproute2.git/commit
ip: Use specific slave id
authorHangbin Liu <liuhangbin@gmail.com>
Tue, 20 Sep 2016 10:02:12 +0000 (18:02 +0800)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 22 Sep 2016 23:39:55 +0000 (16:39 -0700)
commit22a84711f445ca48bf5633775a02278f066c7232
treee14d89147e62e4e6f401457563aafd6d9b3dd61f
parent77089b583aee6128763a3277bf44d2f5d90f9035
ip: Use specific slave id

The original bond/bridge/vrf and slaves use same id, which make people
confused. Use bond/bridge/vrf_slave as id name will make code more clear.

Acked-by: Phil Sutter <psutter@redhat.com>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
ip/ip_common.h
ip/ipaddress.c
ip/iplink.c
ip/iplink_bond_slave.c
ip/iplink_bridge_slave.c
ip/iplink_vrf.c
ip/ipmacsec.c