You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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?
—
Reply to this email directly or view it on GitHub.
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)ip-use-dhcp: true
or the presence of all three ofip-static-{address,netmask,gateway}: x.x.x.x
(i guess you could default
ip-netmask
andip-gateway
to a /24 and x.x.x.1 if you wanted.)make sense? comments?
The text was updated successfully, but these errors were encountered: