uhi22 / pyPLC

Electric vehicle CCS charging investigations with Python
GNU General Public License v3.0
154 stars 35 forks source link

Remove old-style ifconfig #5

Closed uhi22 closed 1 year ago

uhi22 commented 1 year ago

In addressManager, we still have a path which uses the deprecated ifconfig command. This path is disabled by cfg_useOldStyleIfconfig = 0, but is confusing. Todo: Remove this path completely.

uhi22 commented 1 year ago

The ifconfig is in the meanwhile completely removed.