blade-router: tweak notify script config

This commit is contained in:
Luke Granger-Brown 2021-03-30 00:09:02 +00:00
parent 8b2238cf1e
commit e80a1750b8

View file

@ -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
}
'';
};