Define default configuration for SSDP on minions

This commit is contained in:
Bo Maryniuk 2017-11-15 16:21:04 +01:00
parent 2867321fc5
commit c623d339a3

View File

@ -1457,6 +1457,10 @@ DEFAULT_MINION_OPTS = {
'static': ['Aliases', 'Links', 'IPAMConfig'],
'automatic': ['IPAddress', 'Gateway',
'GlobalIPv6Address', 'IPv6Gateway'],
'discovery': {
'port': 4520,
'match': 'any',
'mapping': {},
},
}