Home
last modified time | relevance | path

Searched refs:arp_ip_target (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/bonding/
Dbond_main.c106 static char *arp_ip_target[BOND_MAX_ARP_TARGETS]; variable
168 module_param_array(arp_ip_target, charp, NULL, 0);
169 MODULE_PARM_DESC(arp_ip_target, "arp targets in n.n.n.n form");
4361 (arp_ip_count < BOND_MAX_ARP_TARGETS) && arp_ip_target[i]; i++) { in bond_check_params()
4365 if (!in4_pton(arp_ip_target[i], -1, (u8 *)&ip, -1, NULL) || in bond_check_params()
4368 arp_ip_target[i]); in bond_check_params()
4428 pr_cont(" %s", arp_ip_target[i]); in bond_check_params()
Dbond_sysfs.c316 static DEVICE_ATTR(arp_ip_target, S_IRUGO | S_IWUSR,
/linux-4.1.27/Documentation/networking/
Dbonding.txt154 arp_ip_target parameters be specified, otherwise serious network
244 the arp_ip_target option.
259 arp_ip_target
317 that they were generated by an arp_ip_target. Since backup slaves
1187 BONDING_OPTS="mode=active-backup arp_interval=60 arp_ip_target=192.168.1.254"
1191 except for the arp_ip_target field when using versions of initscripts older
1197 arp_ip_target=+192.168.1.1 arp_ip_target=+192.168.1.2
1426 exception of arp_ip_target, they accept the same values. To see the
1447 # echo +192.168.0.100 > /sys/class/net/bond0/bonding/arp_ip_target
1448 # echo +192.168.0.101 > /sys/class/net/bond0/bonding/arp_ip_target
[all …]