From 124580abf297b9b6ce1a7558feee1e38d68fe9d9 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sat, 30 Jul 2011 21:07:36 +0200 Subject: Release version 2.6.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- docs/netcfg-profiles.txt | 4 ++-- docs/netcfg.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/netcfg-profiles.txt b/docs/netcfg-profiles.txt index 4992e21..c519e43 100644 --- a/docs/netcfg-profiles.txt +++ b/docs/netcfg-profiles.txt @@ -1,7 +1,7 @@ -% NETCFG-PROFILES(5) netcfg 2.6.5 | Arch Linux +% NETCFG-PROFILES(5) netcfg 2.6.6 | Arch Linux % Rémy Oudompheng James Rayner -% 17 July 2011 +% 30 July 2011 NAME ==== diff --git a/docs/netcfg.txt b/docs/netcfg.txt index a00eb5d..3755140 100644 --- a/docs/netcfg.txt +++ b/docs/netcfg.txt @@ -1,4 +1,4 @@ -% NETCFG(8) netcfg 2.6.5 | Arch Linux +% NETCFG(8) netcfg 2.6.6 | Arch Linux % Rémy Oudompheng James Rayner % July 2011 -- cgit v1.2.3-24-g4f1b From 9f01da55c1636f6ca784bb50d786c0d4efa9bed9 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Tue, 9 Aug 2011 00:15:42 +0200 Subject: netcfg-profiles.5: document SKIPNOCARRIER MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- docs/netcfg-profiles.txt | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/netcfg-profiles.txt b/docs/netcfg-profiles.txt index c519e43..f1ddbc9 100644 --- a/docs/netcfg-profiles.txt +++ b/docs/netcfg-profiles.txt @@ -74,13 +74,7 @@ NETMASK (requires IP of 'static') : Set specified netmask. Defaults to 24 ROUTES : An array of custom routes (of the form *address range* via *gateway*) -IPCFG -: Array of arguments to pass to 'ip'. The power of this options is that - it allows both simple and complicated routing configurations, within the - framework of netcfg. -IFOPTS (deprecated, requires IP of 'static') -: Arguments to pass to 'ifconfig'. This allows you to use the syntax - for the older 'ifconfig' tool. Retained for compatability. + ## IPv6 options IP6 (required for IPv6) : Either 'dhcp', 'dhcp-noaddr', 'stateless', 'static'. Leave unset to disable IPv6. @@ -90,6 +84,7 @@ GATEWAY6 (for IP6=static) : The gateway address for IPv6 routing. ROUTES6 : An array of custom routes (of the form *address range* via *gateway*) + ### DNS configuration DNS : Array of DNS nameservers. Simply specify the IP's of each of the DNS nameservers. @@ -101,6 +96,7 @@ HOSTNAME : Set the system hostname. Ensure any hostname is correctly referenced in /etc/hosts. DNS1, DNS2 (deprecated) : First and second DNS servers for /etc/resolv.conf + ### DHCP configuration DHCP_OPTIONS (ipv4) : String. Any extra arguments to pass to the dhcp client, presently dhcpcd. @@ -112,6 +108,7 @@ DHCLIENT_OPTIONS (ipv4) : String. Extra options to pass to dhclient for IPv4. DHCLIENT6_OPTIONS (ipv6) : String. Extra options to pass to dhclient for IPv6. + ### 802.11x Authentication AUTH8021X : Use 802.11x authentication. Enable with 'yes'. @@ -121,6 +118,17 @@ WPA_OPTS (optional for an AUTH8021X of 'yes') : Extra arguments for wpa_supplicant not specified otherwise. Any option here must specify wpa_supplicant driver. Defaults to '-Dwired'. +### Miscellaneous options +IPCFG +: Array of arguments to pass to 'ip'. The power of this options is that + it allows both simple and complicated routing configurations, within the + framework of netcfg. +IFOPTS (deprecated, requires IP of 'static') +: Arguments to pass to 'ifconfig'. This allows you to use the syntax + for the older 'ifconfig' tool. Retained for compatability. +SKIPNOCARRIER +: yes/no. Don't abort interface setup if no carrier is found. + ## Examples ### Using ADDR and GATEWAY to set static IP and gateway -- cgit v1.2.3-24-g4f1b From b670ef46c68bf08af7987dc844ac8fe5576285d3 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Tue, 9 Aug 2011 00:20:12 +0200 Subject: examples: add line for IPv6 autoconfiguration to ethernet-static MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- docs/examples/ethernet-static | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/examples/ethernet-static b/docs/examples/ethernet-static index 250896d..ea88bde 100644 --- a/docs/examples/ethernet-static +++ b/docs/examples/ethernet-static @@ -7,6 +7,9 @@ ADDR='192.168.1.23' GATEWAY='192.168.1.1' DNS=('192.168.1.1') +## For IPv6 autoconfiguration +#IP6=stateless + ## For IPv6 static address configuration #IP6='static' #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96') -- cgit v1.2.3-24-g4f1b From 0b6ac7bf41ef2f1cf548eda8a4054c21a4bd9434 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Tue, 9 Aug 2011 00:26:00 +0200 Subject: Release version 2.6.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- docs/netcfg-profiles.txt | 4 ++-- docs/netcfg.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/netcfg-profiles.txt b/docs/netcfg-profiles.txt index f1ddbc9..615ad6c 100644 --- a/docs/netcfg-profiles.txt +++ b/docs/netcfg-profiles.txt @@ -1,7 +1,7 @@ -% NETCFG-PROFILES(5) netcfg 2.6.6 | Arch Linux +% NETCFG-PROFILES(5) netcfg 2.6.7 | Arch Linux % Rémy Oudompheng James Rayner -% 30 July 2011 +% 8 August 2011 NAME ==== diff --git a/docs/netcfg.txt b/docs/netcfg.txt index 3755140..e85abd8 100644 --- a/docs/netcfg.txt +++ b/docs/netcfg.txt @@ -1,4 +1,4 @@ -% NETCFG(8) netcfg 2.6.6 | Arch Linux +% NETCFG(8) netcfg 2.6.7 | Arch Linux % Rémy Oudompheng James Rayner % July 2011 -- cgit v1.2.3-24-g4f1b