make mgmt interfaces faster to build

This commit is contained in:
Stephen Smoogen 2020-05-21 16:46:41 -04:00
parent 4b98504aaa
commit 794071b256
5 changed files with 12 additions and 14 deletions

View file

@ -0,0 +1,9 @@
define servicegroup {
servicegroup_name mgmt-http
alias mgmt interfaces on http
}
define servicegroup {
servicegroup_name mgmt-https
alias mgmt interfaces on https
}