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
{{ message }}
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
Includes:
- IP4LL support for setting link local addresses if no dhcp server is found but dhcp is specified
- configurations explicitly set in cmdline will not be overriden by dhcp supplied values, such as binit_net_nss or binit_net_gw
Copy file name to clipboardExpand all lines: README.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,10 @@ binit_net_route=<addr/cidr>
74
74
Optional static on-link route(s) to add (can be given multiple times).
75
75
binit_net_gw=<addr>
76
76
Optional gateway config, if you want to connect via WAN. If ``binit_net_addr`` is set to ``dhcp``, it will be configured automatically.
77
+
binit_net_ns=<addr>
78
+
Optional dns servers. (can be given multiple times for multiple dns servers). Will override settings for dhcp assigned nameservers if binit_net_addr is set to dhcp.
79
+
binit_net_domain=<domain>
80
+
Optional dns search domain. This overrides what is set by dhcp.
0 commit comments