Lewis_Beard
Professor
24 days agoWhat sets auto.config.port? Official resource for where properties are set?
I have a deprecated config source or three (ahem) that I want to get rid of, but I want to test using the Common Config stuff.
In particular, I have one device that for some reason doesnt have auto.config.port set. It has auto.network.listening_tcp_ports set to 22, but not auto.config.port.
Therefore, it cant pick up any of the common config property sources for exec vs telnet vs etc, because all 5 of those are mutually exclusive to one another BUT all of them require auto.config.port to be set.
So I'm wondering:
a) where is auto.config.port set at?
b) is there some official resource LM has where I can just search for a property and find the module that sets it?
Thanks