diff options
| author | Daniil Baturin <daniil@vyos.io> | 2020-03-23 04:19:44 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-23 04:19:44 +0700 |
| commit | 0ae1e074e6a6f6cf6133b6f00127739ad39b2a4d (patch) | |
| tree | adf5293108fb36a981fbe30bb7387be0a61f4448 /interface-definitions | |
| parent | e93c92f9e6b2ee29e671a4c1d2750500cc5f63b7 (diff) | |
| parent | 79ef46e8af11c6fc57f9465b1b9ac97e775f2c89 (diff) | |
| download | vyos-1x-0ae1e074e6a6f6cf6133b6f00127739ad39b2a4d.tar.gz vyos-1x-0ae1e074e6a6f6cf6133b6f00127739ad39b2a4d.zip | |
Merge pull request #255 from DmitriyEshenko/crux-vrrp
vrrp: T1884: Add mode-force for run transition-scripts without checkiā¦
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/vrrp.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/interface-definitions/vrrp.xml b/interface-definitions/vrrp.xml index 2884ef613..36b75f28a 100644 --- a/interface-definitions/vrrp.xml +++ b/interface-definitions/vrrp.xml @@ -197,6 +197,20 @@ </constraint> </properties> </leafNode> + <leafNode name="stop"> + <properties> + <help>Script to run on VRRP state transition to stop</help> + <constraint> + <validator name="script"/> + </constraint> + </properties> + </leafNode> + <leafNode name="mode-force"> + <properties> + <help>Don't check previously VRRP scripts states</help> + <valueless/> + </properties> + </leafNode> </children> </node> <leafNode name="virtual-address"> |
