You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To implement the parsing of a macipgw.conf file where the various runtime options can be managed.
When CLI parameters are passed to macipgw, they should take precedence to the config file.
First order of business: Choose a config file parsing strategy. Off the top of my head I think we should use the iniparser library in libatalk.
To implement the parsing of a macipgw.conf file where the various runtime options can be managed.
When CLI parameters are passed to macipgw, they should take precedence to the config file.
First order of business: Choose a config file parsing strategy. Off the top of my head I think we should use the iniparser library in libatalk.
Branched off from #1204
The text was updated successfully, but these errors were encountered: