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:57:25 +0000 (11:57 +0900)
src/sample/pgpool.conf.sample
src/sample/pgpool.conf.sample-master-slave
src/sample/pgpool.conf.sample-replication
src/sample/pgpool.conf.sample-stream

index 54d7271f4878c0bad23abe026f226d1c7496f990..f40d29874ce366a39652d8d604926b5adc687e44 100644 (file)
@@ -524,7 +524,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 fca36e1b07dc0b25f0b05e253d5d2865aa8ff06a..a27f805b8235eb13138ab1d4a2288d2bae7a3d76 100644 (file)
@@ -522,7 +522,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 4df25facc049dd026ef3ceafe6e2d70df6fc471b..04e52ed1d4ec51c087efe29f76bbb9659199998e 100644 (file)
@@ -523,7 +523,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 12d5cd335ab208f79c697af95bf6f163e6e7efaa..84a1c088012b0e720e403c42b4b414371fa6b630 100644 (file)
@@ -523,7 +523,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)