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:51:36 +0000 (11:51 +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 897868fabd08b0a1df12a864bbdeb508b98d6d58..4d69fe510f96e7d457cce10722d4313b9f4df786 100644 (file)
@@ -609,7 +609,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 7d3100ee8657f4fdda7df1680f5cb0f49e17e738..6f8cdc7c02c9abd0b4ca758b5227b4eac603fb39 100644 (file)
@@ -593,7 +593,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 632639a9f5b43b1218b257d06f0acda649cac1e8..49bb96646f9349592343aa3b2b52f1f954d16a07 100644 (file)
@@ -603,7 +603,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 ca70e5419061e5d62031f0ea6227e50168ad7b29..b16322a79341cadfc1697718df3e4bdc250566aa 100644 (file)
@@ -604,7 +604,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 fb7dfff9ab11c05d7231808bf76fb6e75dc14c49..f76d5cc109591d300f2eaf88f2ffb02f379d1649 100644 (file)
@@ -606,7 +606,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)