Re: [PATCH] ifupdown: support source stanza in /etc/network/interfaces

2013-02-28 Thread Denys Vlasenko
On Tue, Feb 5, 2013 at 1:51 PM, angri agrit...@cnord.ru wrote: Hello, the following patch adds support of inclusion of files to /etc/network/interfaces, the similar way it is supported in e.g. debian. The only difference is that the glob expansion is not implemented. Applied, thanks!

[PATCH] ifupdown: support source stanza in /etc/network/interfaces

2013-02-05 Thread angri
Hello, the following patch adds support of inclusion of files to /etc/network/interfaces, the similar way it is supported in e.g. debian. The only difference is that the glob expansion is not implemented. -- Anton Gritsay --- networking/ifupdown.c | 19 +-- 1 file changed, 13