Add "-I" option to "arping_cmd" command default setting.
authorBo Peng <pengbo@sraoss.co.jp>
Fri, 16 Aug 2019 02:51:36 +0000 (11:51 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Fri, 16 Aug 2019 02:56:07 +0000 (11:56 +0900)
src/sample/pgpool.conf.sample
src/sample/pgpool.conf.sample-logical
src/sample/pgpool.conf.sample-master-slave
src/sample/pgpool.conf.sample-replication
src/sample/pgpool.conf.sample-stream

index 5bedc075b8174e3e24633c89087f0372ca9e7994..0b24ece9a20e87ded319ebe4a14e62ff4b4c78ab 100644 (file)
@@ -537,7 +537,7 @@ if_down_cmd = 'ip addr del $_IP_$/24 dev eth0'
 arping_path = '/usr/sbin'
                                     # arping command path
                                     # (change requires restart)
-arping_cmd = 'arping -U $_IP_$ -w 1'
+arping_cmd = 'arping -U $_IP_$ -w 1 -I eth0'
                                     # arping command
                                     # (change requires restart)
 
index 3288a060eda6aa9aabfc33e605a54c3b0d26c075..7dc3e9300c5106097155cc2ab3caf855582db6cc 100644 (file)
@@ -536,7 +536,7 @@ if_down_cmd = 'ip addr del $_IP_$/24 dev eth0'
 arping_path = '/usr/sbin'
                                     # arping command path
                                     # (change requires restart)
-arping_cmd = 'arping -U $_IP_$ -w 1'
+arping_cmd = 'arping -U $_IP_$ -w 1 -I eth0'
                                     # arping command
                                     # (change requires restart)
 
index bf301f5150bc55d7f2f8e870bde39daaa22d5d8e..53c51eb9466dbc73b9cd63d699dbd00f4246e32e 100644 (file)
@@ -535,7 +535,7 @@ if_down_cmd = 'ip addr del $_IP_$/24 dev eth0'
 arping_path = '/usr/sbin'
                                     # arping command path
                                     # (change requires restart)
-arping_cmd = 'arping -U $_IP_$ -w 1'
+arping_cmd = 'arping -U $_IP_$ -w 1 -I eth0'
                                     # arping command
                                     # (change requires restart)
 
index cdf1b3dc159d78d1faf55fa3ea760e8a82ce2927..4402071ada04efb2bbcb5477d815440f648f58f5 100644 (file)
@@ -535,7 +535,7 @@ if_down_cmd = 'ip addr del $_IP_$/24 dev eth0'
 arping_path = '/usr/sbin'
                                     # arping command path
                                     # (change requires restart)
-arping_cmd = 'arping -U $_IP_$ -w 1'
+arping_cmd = 'arping -U $_IP_$ -w 1 -I eth0'
                                     # arping command
                                     # (change requires restart)
 
index 2d55b567075980a5977f66067046e2311cbe007d..b979fee65f54c23fc8dbf787e271401f6da683a8 100644 (file)
@@ -536,7 +536,7 @@ if_down_cmd = 'ip addr del $_IP_$/24 dev eth0'
 arping_path = '/usr/sbin'
                                     # arping command path
                                     # (change requires restart)
-arping_cmd = 'arping -U $_IP_$ -w 1'
+arping_cmd = 'arping -U $_IP_$ -w 1 -I eth0'
                                     # arping command
                                     # (change requires restart)