Searched refs:arp_ip_target (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/net/bonding/ |
| D | bond_main.c | 108 static char *arp_ip_target[BOND_MAX_ARP_TARGETS]; variable 170 module_param_array(arp_ip_target, charp, NULL, 0); 171 MODULE_PARM_DESC(arp_ip_target, "arp targets in n.n.n.n form"); 4989 (arp_ip_count < BOND_MAX_ARP_TARGETS) && arp_ip_target[i]; i++) { in bond_check_params() 4993 if (!in4_pton(arp_ip_target[i], -1, (u8 *)&ip, -1, NULL) || in bond_check_params() 4996 arp_ip_target[i]); in bond_check_params() 5055 pr_cont(" %s", arp_ip_target[i]); in bond_check_params()
|
| D | bond_sysfs.c | 303 static DEVICE_ATTR(arp_ip_target, 0644,
|
| /Linux-v5.10/Documentation/networking/ |
| D | bonding.rst | 160 arp_ip_target parameters be specified, otherwise serious network 289 the arp_ip_target option. 304 arp_ip_target 362 that they were generated by an arp_ip_target. Since backup slaves 1245 BONDING_OPTS="mode=active-backup arp_interval=60 arp_ip_target=192.168.1.254" 1249 except for the arp_ip_target field when using versions of initscripts older 1255 arp_ip_target=+192.168.1.1 arp_ip_target=+192.168.1.2 1492 exception of arp_ip_target, they accept the same values. To see the 1521 # echo +192.168.0.100 > /sys/class/net/bond0/bonding/arp_ip_target 1522 # echo +192.168.0.101 > /sys/class/net/bond0/bonding/arp_ip_target [all …]
|