Skip to content

Commit

Permalink
Interfaces: add /etc/network/interfaces.d/* as another commonly used …
Browse files Browse the repository at this point in the history
…location
  • Loading branch information
Michael Wisheu authored and Dominic Cleal committed Aug 27, 2013
1 parent edd0bc1 commit fcac272
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lenses/interfaces.aug
Expand Up @@ -106,6 +106,8 @@ let stanza_multi = iface|mapping

let lns = (comment|empty)* . (stanza_multi | stanza_single)*

let filter = incl "/etc/network/interfaces"
let filter = (incl "/etc/network/interfaces")
. (incl "/etc/network/interfaces.d/*")
. Util.stdexcl

let xfm = transform lns filter

0 comments on commit fcac272

Please sign in to comment.