mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
ctdb-scripts: Move connection tracking to 10.interface
This should really be done for all connections to public IP addresses.
Leave the port number there for now - this is just the first step.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15320
RN: Update CTDB to track all TCP connections to public IP addresses
Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jerry Heyman <jheyman@ddn.com>
(cherry picked from commit 9683bb3ac2
)
This commit is contained in:
parent
75701619fb
commit
20987bf505
@ -265,6 +265,8 @@ ipreallocated)
|
|||||||
|
|
||||||
monitor)
|
monitor)
|
||||||
monitor_interfaces || exit 1
|
monitor_interfaces || exit 1
|
||||||
|
|
||||||
|
update_tickles 2049
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -289,7 +289,6 @@ monitor)
|
|||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
update_tickles 2049
|
|
||||||
nfs_update_lock_info
|
nfs_update_lock_info
|
||||||
|
|
||||||
nfs_check_services
|
nfs_check_services
|
||||||
|
Loading…
Reference in New Issue
Block a user