On Sun, Sep 04, 2016 at 07:45:29AM +0200, Jaromil wrote: > > ------- beginning of message ---------- > > ifupdown (0.8.1) unstable; urgency=medium > > > > The /etc/default/networking file is now read even when systemd is used, > > although its use is not recommended. > ^^^^^^^^^^^^^^^^^^^^^^^^^^ > > refrain from deprecating use of /etc/default/networking > as this will affect an enormous amount of server installations.
The file you're probably thinking of is /etc/network/interfaces. I didn't even know about /etc/default/networking, and it looks utterly redundant: ) # Set to 'no' to skip interfaces configuration on boot ) #CONFIGURE_INTERFACES=yes Disable the init script instead. ) # Don't configure these interfaces. Shell wildcards supported/ ) #EXCLUDE_INTERFACES= Don't mark those as "auto". ) # Set to 'yes' to enable additional verbosity ) #VERBOSE=no Insert -v into the init script. -- Second "wet cat laying down on a powered on box-less SoC on the desk" close shave in a week. Protect your ARMs, folks! _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
