Searched refs:arp_ip_target (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/net/bonding/ |
D | bond_main.c | 105 static char *arp_ip_target[BOND_MAX_ARP_TARGETS]; variable 167 module_param_array(arp_ip_target, charp, NULL, 0); 168 MODULE_PARM_DESC(arp_ip_target, "arp targets in n.n.n.n form"); 4553 (arp_ip_count < BOND_MAX_ARP_TARGETS) && arp_ip_target[i]; i++) { in bond_check_params() 4557 if (!in4_pton(arp_ip_target[i], -1, (u8 *)&ip, -1, NULL) || in bond_check_params() 4560 arp_ip_target[i]); in bond_check_params() 4619 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.4/Documentation/networking/ |
D | bonding.txt | 155 arp_ip_target parameters be specified, otherwise serious network 281 the arp_ip_target option. 296 arp_ip_target 354 that they were generated by an arp_ip_target. Since backup slaves 1234 BONDING_OPTS="mode=active-backup arp_interval=60 arp_ip_target=192.168.1.254" 1238 except for the arp_ip_target field when using versions of initscripts older 1244 arp_ip_target=+192.168.1.1 arp_ip_target=+192.168.1.2 1473 exception of arp_ip_target, they accept the same values. To see the 1494 # echo +192.168.0.100 > /sys/class/net/bond0/bonding/arp_ip_target 1495 # echo +192.168.0.101 > /sys/class/net/bond0/bonding/arp_ip_target [all …]
|