Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dbonding.rst160 arp_ip_target parameters be specified, otherwise serious network
290 the arp_ip_target option.
305 arp_ip_target
363 that they were generated by an arp_ip_target. Since backup slaves
1246 BONDING_OPTS="mode=active-backup arp_interval=60 arp_ip_target=192.168.1.254"
1250 except for the arp_ip_target field when using versions of initscripts older
1256 arp_ip_target=+192.168.1.1 arp_ip_target=+192.168.1.2
1493 exception of arp_ip_target, they accept the same values. To see the
1522 # echo +192.168.0.100 > /sys/class/net/bond0/bonding/arp_ip_target
1523 # echo +192.168.0.101 > /sys/class/net/bond0/bonding/arp_ip_target
[all …]
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c108 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");
5147 (arp_ip_count < BOND_MAX_ARP_TARGETS) && arp_ip_target[i]; i++) { in bond_check_params()
5151 if (!in4_pton(arp_ip_target[i], -1, (u8 *)&ip, -1, NULL) || in bond_check_params()
5154 arp_ip_target[i]); in bond_check_params()
5213 pr_cont(" %s", arp_ip_target[i]); in bond_check_params()
H A Dbond_sysfs.c303 static DEVICE_ATTR(arp_ip_target, 0644,