Displaying 3 results from an estimated 3 matches for "ipv6autoconf".
Did you mean:
ipv6_autoconf
2009 Oct 09
1
[PATCH node] validify ipv4/ipv6 static/dhcp choice else loop
...R_ROOT/DHCPV6C yes"
- ;;
- U|u)
- BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/IPV6INIT yes"
- BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/IPV6FORWARDING no"
- BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/IPV6AUTOCONF yes"
- ;;
- A|a)
- CONFIGURED_NIC=""
- VLAN_ID=""
- return
- ;;
- esac
+
+ while true; do
+ read -ep "Enable IPv6 support...
2009 May 22
0
[PATCH node] Restricts network configuration to a single NIC.
...A|a) CONFIGURED_NIC=""; return ;;
esac
printf "\n"
@@ -91,7 +103,7 @@ function configure_interface
BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/IPV6FORWARDING no"
BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/IPV6AUTOCONF yes"
;;
- A|a) return ;;
+ A|a) CONFIGURED_NIC=""; return;;
esac
printf "\n"
@@ -106,7 +118,7 @@ function configure_interface
break
;;...
2009 May 27
4
[PATCH node] REPOST Joey's and Darryl's ovirt-config-* patches
This is a repost of patches for ovirt-config-*
ACK to all. Pushed.