Displaying 2 results from an estimated 2 matches for "10405d3e".
Did you mean:
1040532
2019 Dec 11
0
[klibc:master] ipconfig: Document support for DNS server addresses
...nfig did not mention this.
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/kinit/ipconfig/README.ipconfig | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/usr/kinit/ipconfig/README.ipconfig b/usr/kinit/ipconfig/README.ipconfig
index 5c8227a4..10405d3e 100644
--- a/usr/kinit/ipconfig/README.ipconfig
+++ b/usr/kinit/ipconfig/README.ipconfig
@@ -33,9 +33,10 @@ none no autoconfiguration - either static config, or none at all
An interface spec can be either short form, which is just the name of
an interface (eth0 or whatever), or long form. The...
2019 Dec 11
0
[klibc:master] ipconfig: Ignore NTP server address and any additional fields
...by: Ben Hutchings <ben at decadent.org.uk>
---
usr/kinit/ipconfig/README.ipconfig | 9 +++++++--
usr/kinit/ipconfig/main.c | 10 +++-------
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/usr/kinit/ipconfig/README.ipconfig b/usr/kinit/ipconfig/README.ipconfig
index 10405d3e..5ee87e56 100644
--- a/usr/kinit/ipconfig/README.ipconfig
+++ b/usr/kinit/ipconfig/README.ipconfig
@@ -33,10 +33,10 @@ none no autoconfiguration - either static config, or none at all
An interface spec can be either short form, which is just the name of
an interface (eth0 or whatever), or long...