blade-router: tweak notify script config
This commit is contained in:
parent
8b2238cf1e
commit
e80a1750b8
1 changed files with 5 additions and 1 deletions
|
@ -145,13 +145,17 @@ in {
|
|||
];
|
||||
virtualRouterId = 2;
|
||||
};
|
||||
extraGlobalDefs = ''
|
||||
enable_script_security
|
||||
script_user root
|
||||
'';
|
||||
extraConfig = ''
|
||||
vrrp_sync_group mgmtGateway {
|
||||
group {
|
||||
mgmtGateway4
|
||||
mgmtGateway6
|
||||
}
|
||||
notify ${notifyBird}
|
||||
notify ${notifyBird} bird2
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue