the syntax main-noip etc seems very odd to me; the following seems more natural (and more orthogonal across :
main: xxx should define the entry point alone (ie., be orthogonal to network config)
- networking should be specified by the presence of either
ip-use-dhcp: true or the presence of all three of ip-static-{address,netmask,gateway}: x.x.x.x
(i guess you could default ip-netmask and ip-gateway to a /24 and x.x.x.1 if you wanted.)
make sense? comments?
the syntax
main-noipetc seems very odd to me; the following seems more natural (and more orthogonal across :main: xxxshould define the entry point alone (ie., be orthogonal to network config)ip-use-dhcp: trueor the presence of all three ofip-static-{address,netmask,gateway}: x.x.x.x(i guess you could default
ip-netmaskandip-gatewayto a /24 and x.x.x.1 if you wanted.)make sense? comments?