suse man page for netdev_set_master

Query: netdev_set_master

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NETDEV_SET_MASTER(9)					      Network device support					      NETDEV_SET_MASTER(9)

NAME
netdev_set_master - set up master/slave pair
SYNOPSIS
int netdev_set_master(struct net_device * slave, struct net_device * master);
ARGUMENTS
slave slave device master new master device
DESCRIPTION
Changes the master device of the slave. Pass NULL to break the bonding. The caller must hold the RTNL semaphore. On a failure a negative errno code is returned. On success the reference counts are adjusted, RTM_NEWLINK is sent to the routing socket and the function returns zero.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 NETDEV_SET_MASTER(9)
Related Man Pages
tk_maintaingeometry(3) - centos
tk_unmaintaingeometry(3) - centos
tels(7) - hpux
ptm(7d) - opensolaris
tk_maintaingeometry(3) - redhat
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
Docker learning Phase-I