Is it possible to have an interface definition for say eth0
in /etc/network/interfaces.d/eth0.cfg
and a section in /etc/network/interfaces
?
If this is possible, is there a precedence for one over the other?
Is it possible to have an interface definition for say eth0
in /etc/network/interfaces.d/eth0.cfg
and a section in /etc/network/interfaces
?
If this is possible, is there a precedence for one over the other?
My hint comes from the stack trace in https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1235169. See #1 comment. You can see below
/etc/network/interfaces
then/etc/network/interfaces.d
.Also from the stack trace here https://github.com/mitchellh/vagrant/issues/1092 you can see that it will complain for duplicates.