Searched refs:arp_ip_target (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/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 1270 BONDING_OPTS="mode=active-backup arp_interval=60 arp_ip_target=192.168.1.254" 1274 except for the arp_ip_target field when using versions of initscripts older 1280 arp_ip_target=+192.168.1.1 arp_ip_target=+192.168.1.2 1517 exception of arp_ip_target, they accept the same values. To see the 1546 # echo +192.168.0.100 > /sys/class/net/bond0/bonding/arp_ip_target 1547 # echo +192.168.0.101 > /sys/class/net/bond0/bonding/arp_ip_target [all …]
|
| /Linux-v5.15/drivers/net/bonding/ |
| D | bond_main.c | 111 static char *arp_ip_target[BOND_MAX_ARP_TARGETS]; variable 173 module_param_array(arp_ip_target, charp, NULL, 0); 174 MODULE_PARM_DESC(arp_ip_target, "arp targets in n.n.n.n form"); 5669 (arp_ip_count < BOND_MAX_ARP_TARGETS) && arp_ip_target[i]; i++) { in bond_check_params() 5673 if (!in4_pton(arp_ip_target[i], -1, (u8 *)&ip, -1, NULL) || in bond_check_params() 5676 arp_ip_target[i]); in bond_check_params() 5735 pr_cont(" %s", arp_ip_target[i]); in bond_check_params()
|
| D | bond_sysfs.c | 303 static DEVICE_ATTR(arp_ip_target, 0644,
|