From df52a5fdf592c5bbb51ae0844da5df4e89ff632e Mon Sep 17 00:00:00 2001 From: zsdc Date: Thu, 2 Apr 2020 19:49:00 +0300 Subject: VRRP: T1820: Added transition-script support for sync-groups Note: if transition-scripts configured for both vrrp instance and sync group, which are it a member of, both scripts will be executed. --- interface-definitions/vrrp.xml.in | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/vrrp.xml.in b/interface-definitions/vrrp.xml.in index 89d22f79f..120c7d218 100644 --- a/interface-definitions/vrrp.xml.in +++ b/interface-definitions/vrrp.xml.in @@ -254,6 +254,45 @@ + + + VRRP transition scripts + + + + + Script to run on VRRP state transition to master + + + + + + + + Script to run on VRRP state transition to backup + + + + + + + + Script to run on VRRP state transition to fault + + + + + + + + Script to run on VRRP state transition to stop + + + + + + + -- cgit v1.2.3