summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2007-07-28 14:57:17 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2007-07-28 14:57:17 +0000
commitcd09996fd84d7b1808faa381efc41bd11f186e63 (patch)
treed1fb042adfbfd2502f9789d882896e7ecca9134c
parent201a8b3ef1a788b38cdb9655c2ba7679ef4842ae (diff)
remove script_fault.sh script
-rw-r--r--ChangeLog1
-rw-r--r--examples/sync/nack/node1/keepalived.conf2
-rw-r--r--examples/sync/nack/node2/keepalived.conf2
-rwxr-xr-xexamples/sync/nack/script_fault.sh4
-rw-r--r--examples/sync/persistent/node1/keepalived.conf2
-rw-r--r--examples/sync/persistent/node2/keepalived.conf2
-rwxr-xr-xexamples/sync/persistent/script_fault.sh4
7 files changed, 5 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 399e07c..d2186cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@ o remove major use of libnfnetlink functions: use libnetfilter_conntrack API
o deprecate conntrackd -F, use conntrack -F instead
o major rework of the network infrastructure: much simple, less messy
o simplify cache_flush function: use cache_del()
+o remove current script_fault.sh when we reach fault state
= conntrack =
o better protocol argument checkings
diff --git a/examples/sync/nack/node1/keepalived.conf b/examples/sync/nack/node1/keepalived.conf
index f272a02..f937467 100644
--- a/examples/sync/nack/node1/keepalived.conf
+++ b/examples/sync/nack/node1/keepalived.conf
@@ -5,7 +5,7 @@ vrrp_sync_group G1 { # must be before vrrp_instance declaration
}
notify_master /etc/conntrackd/script_master.sh
notify_backup /etc/conntrackd/script_backup.sh
- notify_fault /etc/conntrackd/script_fault.sh
+# notify_fault /etc/conntrackd/script_fault.sh
}
vrrp_instance VI_1 {
diff --git a/examples/sync/nack/node2/keepalived.conf b/examples/sync/nack/node2/keepalived.conf
index f272a02..f937467 100644
--- a/examples/sync/nack/node2/keepalived.conf
+++ b/examples/sync/nack/node2/keepalived.conf
@@ -5,7 +5,7 @@ vrrp_sync_group G1 { # must be before vrrp_instance declaration
}
notify_master /etc/conntrackd/script_master.sh
notify_backup /etc/conntrackd/script_backup.sh
- notify_fault /etc/conntrackd/script_fault.sh
+# notify_fault /etc/conntrackd/script_fault.sh
}
vrrp_instance VI_1 {
diff --git a/examples/sync/nack/script_fault.sh b/examples/sync/nack/script_fault.sh
deleted file mode 100755
index aec4af9..0000000
--- a/examples/sync/nack/script_fault.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-/usr/sbin/conntrackd -f
-/usr/sbin/conntrack -F
diff --git a/examples/sync/persistent/node1/keepalived.conf b/examples/sync/persistent/node1/keepalived.conf
index f272a02..f937467 100644
--- a/examples/sync/persistent/node1/keepalived.conf
+++ b/examples/sync/persistent/node1/keepalived.conf
@@ -5,7 +5,7 @@ vrrp_sync_group G1 { # must be before vrrp_instance declaration
}
notify_master /etc/conntrackd/script_master.sh
notify_backup /etc/conntrackd/script_backup.sh
- notify_fault /etc/conntrackd/script_fault.sh
+# notify_fault /etc/conntrackd/script_fault.sh
}
vrrp_instance VI_1 {
diff --git a/examples/sync/persistent/node2/keepalived.conf b/examples/sync/persistent/node2/keepalived.conf
index f272a02..f937467 100644
--- a/examples/sync/persistent/node2/keepalived.conf
+++ b/examples/sync/persistent/node2/keepalived.conf
@@ -5,7 +5,7 @@ vrrp_sync_group G1 { # must be before vrrp_instance declaration
}
notify_master /etc/conntrackd/script_master.sh
notify_backup /etc/conntrackd/script_backup.sh
- notify_fault /etc/conntrackd/script_fault.sh
+# notify_fault /etc/conntrackd/script_fault.sh
}
vrrp_instance VI_1 {
diff --git a/examples/sync/persistent/script_fault.sh b/examples/sync/persistent/script_fault.sh
deleted file mode 100755
index 68f1534..0000000
--- a/examples/sync/persistent/script_fault.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-/usr/sbin/conntrackd -f
-/usr/sbin/conntrackd -F