From lianep@nihil.Eng.Sun.COM Wed May  5 13:31:28 2010
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o45KVSMS006310
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 5 May 2010 13:31:28 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o45KVRgq016914
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@Sun.Com>; Wed, 5 May 2010 14:31:27 -0600 (MDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0L1Y00J1FROFMR00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@Sun.Com
 (ORCPT PSARC-ext@Sun.Com); Wed, 05 May 2010 13:31:27 -0700 (PDT)
Received: from nihil.Eng.Sun.COM ([129.146.228.161])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L1Y008A6RODIU30@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@Sun.Com (ORCPT PSARC-ext@Sun.Com); Wed,
 05 May 2010 13:31:25 -0700 (PDT)
Received: from nihil.Eng.Sun.COM (localhost [127.0.0.1])
	by nihil.Eng.Sun.COM (8.14.4+Sun/8.14.4) with ESMTP id o45KVNCS103292; Wed,
 05 May 2010 13:31:23 -0700 (PDT)
Received: (from lianep@localhost)
	by nihil.Eng.Sun.COM (8.14.4+Sun/8.14.4/Submit) id o45KVNOk103289; Wed,
 05 May 2010 13:31:23 -0700 (PDT)
Date: Wed, 05 May 2010 13:31:23 -0700 (PDT)
From: Liane Praza <lianep@nihil.Eng.Sun.COM>
Subject: SMF networking type extensions [PSARC/2010/157 FastTrack timeout
 05/12/2010]
To: PSARC-ext@sun.com
Cc: antonello.cruz@oracle.com
Message-id: <201005052031.o45KVNOk103289@nihil.Eng.Sun.COM>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 3032


Template Version: @(#)sac_nextcase 1.70 03/30/10 SMI
This information is Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
1. Introduction
    1.1. Project/Component Working Name:
	 SMF networking type extensions
    1.2. Name of Document Author/Supplier:
	 Author:  Antonello Cruz
    1.3  Date of This Document:
	05 May, 2010
4. Technical Description
    4.1. Details:
        This project aims to enable SMF to provide better
	infra-structure for networking configuration tools.
        This project is seeking minor binding.

	This project introduces a new type in libscf, SCF_TYPE_NET_ADDR,
	for generic address types. This case also propses to change the
	SCF base type for SCF_TYPE_NET_ADDR_V4 and SCF_TYPE_NET_ADDR_V6.
	Currently, their base type is SCF_TYPE_HOST and we are proposing
	it to be a generic SCF_TYPE_NET_ADDR. The base type for
	SCF_TYPE_NET_ADDR will be SCF_TYPE_HOST.

        These changes can only be incompatible if someone is using
        scf_type_base_type(3SCF) on either SCF_TYPE_NET_ADDR_V4 or
        SCF_TYPE_NET_ADDR_V6 and checking that it returns SCF_TYPE_HOST.
        In ON the only consumer of scf_type_base_type(3SCF) is SMF and
        it is used in a loop to make sure the final base type is
        SCF_TYPE_ASTRING.

        The SMF team thinks it is highly unlikely that there is a
        consumer of that interface outside ON that will break because of
        this.

	Additionally, this project will also implement checks to enforce
	the values of type SCF_TYPE_NET_ADDR, SCF_TYPE_NET_ADDR_V4 and
	SCF_TYPE_NET_ADDR_V6 are valid representations of addresses.

    4.2. Bug/RFE Number(s):
	6934227  SMF should validate net_address_v4 amd net_address_v6
		 property types 
        6934233  A generic net_address SMF property type would be useful
    
    4.5. Interfaces:
        New libscf type and base types: see manpage diffs

        Imported interfaces:
            inet_pton(3SOCKET)  from libnsl.so.1
 
    4.6. Doc Impact:
 
--- scf_value_create.3scf.old	Wed Apr 28 09:35:41 2010
+++ scf_value_create.3scf.new	Wed Apr 28 15:40:03 2010
@@ -114,9 +114,11 @@
      SCF_TYPE_HOST	    USTRING	either a hostname,  IPv4  address,  or
 					IPv6 address
      SCF_TYPE_HOSTNAME	    HOST	a fully-qualified domain name
-     SCF_TYPE_NET_ADDR_V4   HOST	a  dotted-quad	 IPv4	address	  with
+     SCF_TYPE_NET_ADDR      HOST        a valid SCF_TYPE_NET_ADDR_V4 or
+                                        SCF_TYPE_NET_ADDR_V6 address
+     SCF_TYPE_NET_ADDR_V4   NET_ADDR    a  dotted-quad	 IPv4	address	  with
 					optional network portion
-     SCF_TYPE_NET_ADDR_V6   HOST	legal IPv6 address
+     SCF_TYPE_NET_ADDR_V6   NET_ADDR    legal IPv6 address
 
      The     scf_value_get_boolean(),	   scf_value_get_count(),
      scf_value_get_integer(),		    scf_value_get_time(),

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		ON
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From garrett.damore@oracle.com Wed May  5 13:50:05 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o45Ko57V006865
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 5 May 2010 13:50:05 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o45Ko5fl027700
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 5 May 2010 13:50:05 -0700 (PDT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0L1Y00D0PSJGIA00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 05 May 2010 14:50:04 -0600 (MDT)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L1Y007T7SJFST90@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 05 May 2010 14:50:03 -0600 (MDT)
Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o45Ko2sR008516; Wed,
 05 May 2010 20:50:03 +0000 (GMT)
Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153])
	by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o45Knx41018075; Wed, 05 May 2010 20:49:59 +0000 (GMT)
Received: from abhmt017.oracle.com by acsmt354.oracle.com	with ESMTP id
 217468461273092558; Wed, 05 May 2010 13:49:18 -0700
Received: from [10.7.251.172] (/10.7.251.172)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 05 May 2010 13:49:17 -0700
Date: Wed, 05 May 2010 13:49:16 -0700
From: "Garrett D'Amore" <garrett.damore@oracle.com>
Subject: Re: SMF networking type extensions [PSARC/2010/157 FastTrack timeout
 05/12/2010]
In-reply-to: <201005052031.o45KVNOk103289@nihil.Eng.Sun.COM>
To: Liane Praza <lianep@nihil.Eng.Sun.COM>
Cc: PSARC-ext@sun.com, antonello.cruz@oracle.com
Message-id: <4BE1D9CC.9030403@oracle.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Source-IP: acsmt353.oracle.com [141.146.40.153]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090203.4BE1D9FA.0096:SCFMA4539814,ss=1,fgs=0
References: <201005052031.o45KVNOk103289@nihil.Eng.Sun.COM>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100214
 Lightning/1.0b1 Thunderbird/3.0.1
Status: RO
Content-Length: 3291

Seems straight forward enough.  +1

     - Garrett

On 05/ 5/10 01:31 PM, Liane Praza wrote:
> Template Version: @(#)sac_nextcase 1.70 03/30/10 SMI
> This information is Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
> 1. Introduction
>      1.1. Project/Component Working Name:
> 	 SMF networking type extensions
>      1.2. Name of Document Author/Supplier:
> 	 Author:  Antonello Cruz
>      1.3  Date of This Document:
> 	05 May, 2010
> 4. Technical Description
>      4.1. Details:
>          This project aims to enable SMF to provide better
> 	infra-structure for networking configuration tools.
>          This project is seeking minor binding.
>
> 	This project introduces a new type in libscf, SCF_TYPE_NET_ADDR,
> 	for generic address types. This case also propses to change the
> 	SCF base type for SCF_TYPE_NET_ADDR_V4 and SCF_TYPE_NET_ADDR_V6.
> 	Currently, their base type is SCF_TYPE_HOST and we are proposing
> 	it to be a generic SCF_TYPE_NET_ADDR. The base type for
> 	SCF_TYPE_NET_ADDR will be SCF_TYPE_HOST.
>
>          These changes can only be incompatible if someone is using
>          scf_type_base_type(3SCF) on either SCF_TYPE_NET_ADDR_V4 or
>          SCF_TYPE_NET_ADDR_V6 and checking that it returns SCF_TYPE_HOST.
>          In ON the only consumer of scf_type_base_type(3SCF) is SMF and
>          it is used in a loop to make sure the final base type is
>          SCF_TYPE_ASTRING.
>
>          The SMF team thinks it is highly unlikely that there is a
>          consumer of that interface outside ON that will break because of
>          this.
>
> 	Additionally, this project will also implement checks to enforce
> 	the values of type SCF_TYPE_NET_ADDR, SCF_TYPE_NET_ADDR_V4 and
> 	SCF_TYPE_NET_ADDR_V6 are valid representations of addresses.
>
>      4.2. Bug/RFE Number(s):
> 	6934227  SMF should validate net_address_v4 amd net_address_v6
> 		 property types
>          6934233  A generic net_address SMF property type would be useful
>
>      4.5. Interfaces:
>          New libscf type and base types: see manpage diffs
>
>          Imported interfaces:
>              inet_pton(3SOCKET)  from libnsl.so.1
>
>      4.6. Doc Impact:
>
> --- scf_value_create.3scf.old	Wed Apr 28 09:35:41 2010
> +++ scf_value_create.3scf.new	Wed Apr 28 15:40:03 2010
> @@ -114,9 +114,11 @@
>        SCF_TYPE_HOST	    USTRING	either a hostname,  IPv4  address,  or
>   					IPv6 address
>        SCF_TYPE_HOSTNAME	    HOST	a fully-qualified domain name
> -     SCF_TYPE_NET_ADDR_V4   HOST	a  dotted-quad	 IPv4	address	  with
> +     SCF_TYPE_NET_ADDR      HOST        a valid SCF_TYPE_NET_ADDR_V4 or
> +                                        SCF_TYPE_NET_ADDR_V6 address
> +     SCF_TYPE_NET_ADDR_V4   NET_ADDR    a  dotted-quad	 IPv4	address	  with
>   					optional network portion
> -     SCF_TYPE_NET_ADDR_V6   HOST	legal IPv6 address
> +     SCF_TYPE_NET_ADDR_V6   NET_ADDR    legal IPv6 address
>
>        The     scf_value_get_boolean(),	   scf_value_get_count(),
>        scf_value_get_integer(),		    scf_value_get_time(),
>
> 6. Resources and Schedule
>      6.4. Steering Committee requested information
>     	6.4.1. Consolidation C-team Name:
> 		ON
>      6.5. ARC review type: FastTrack
>      6.6. ARC Exposure: open
>
>    


From erik.nordmark@oracle.com Wed May  5 15:07:58 2010
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o45M7wBT008770
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 5 May 2010 15:07:58 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o45M7vFo005078
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 5 May 2010 16:07:57 -0600 (MDT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0L1Y00G0HW596M00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 05 May 2010 15:07:57 -0700 (PDT)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L1Y0073AW57YD90@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 05 May 2010 15:07:56 -0700 (PDT)
Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o45M7tw4024852; Wed,
 05 May 2010 22:07:55 +0000 (GMT)
Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153])
	by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o458nLRI013997; Wed, 05 May 2010 22:07:54 +0000 (GMT)
Received: from abhmt007.oracle.com by acsmt355.oracle.com	with ESMTP id
 217664761273097265; Wed, 05 May 2010 15:07:45 -0700
Received: from [10.7.251.248] (/10.7.251.248)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 05 May 2010 15:07:44 -0700
Date: Wed, 05 May 2010 15:07:40 -0700
From: Erik Nordmark <erik.nordmark@oracle.com>
Subject: Re: SMF networking type extensions [PSARC/2010/157 FastTrack timeout
 05/12/2010]
In-reply-to: <201005052031.o45KVNOk103289@nihil.Eng.Sun.COM>
To: Liane Praza <lianep@nihil.Eng.Sun.COM>
Cc: PSARC-ext@sun.com, antonello.cruz@oracle.com
Message-id: <4BE1EC2C.6020107@oracle.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Source-IP: acsmt353.oracle.com [141.146.40.153]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090209.4BE1EC3A.023C:SCFMA4539814,ss=1,fgs=0
References: <201005052031.o45KVNOk103289@nihil.Eng.Sun.COM>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.8) Gecko/20100412
 Lightning/1.0b1 Thunderbird/3.0.3
Status: RO
Content-Length: 1058

On 05/ 5/10 01:31 PM, Liane Praza wrote:

> --- scf_value_create.3scf.old	Wed Apr 28 09:35:41 2010
> +++ scf_value_create.3scf.new	Wed Apr 28 15:40:03 2010
> @@ -114,9 +114,11 @@
>        SCF_TYPE_HOST	    USTRING	either a hostname,  IPv4  address,  or
>   					IPv6 address
>        SCF_TYPE_HOSTNAME	    HOST	a fully-qualified domain name
> -     SCF_TYPE_NET_ADDR_V4   HOST	a  dotted-quad	 IPv4	address	  with
> +     SCF_TYPE_NET_ADDR      HOST        a valid SCF_TYPE_NET_ADDR_V4 or
> +                                        SCF_TYPE_NET_ADDR_V6 address
> +     SCF_TYPE_NET_ADDR_V4   NET_ADDR    a  dotted-quad	 IPv4	address	  with
>   					optional network portion
> -     SCF_TYPE_NET_ADDR_V6   HOST	legal IPv6 address
> +     SCF_TYPE_NET_ADDR_V6   NET_ADDR    legal IPv6 address

I wanted to check that the new types allow for a '/n' subnet 
specification. I suspect that is what the "optional network portion" 
means for the v4 one. Does that apply to the v6 type as well? If so it 
might make sense to make that clear in the man page.

    Erik

From antonello.cruz@oracle.com Wed May  5 15:46:47 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o45Mkl6O009131
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 5 May 2010 15:46:47 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o45Mkk6N020178
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 5 May 2010 17:46:47 -0500 (CDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0L1Y0092HXXYZR00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 05 May 2010 15:46:46 -0700 (PDT)
Received: from sca-ea-mail-2.sun.com ([192.18.43.25])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L1Y008S5XXXITD0@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 05 May 2010 15:46:45 -0700 (PDT)
Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125])
	by sca-ea-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o45MkjHl006339	for
 <PSARC-ext@sun.com>; Wed, 05 May 2010 22:46:45 +0000 (GMT)
Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154])
	by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o45LN6Bo012201	for <PSARC-ext@sun.com>; Wed,
 05 May 2010 22:46:44 +0000 (GMT)
Received: from abhmt017.oracle.com by acsmt355.oracle.com	with ESMTP id
 240639171273099588; Wed, 05 May 2010 15:46:28 -0700
Received: from [129.146.228.12] (/129.146.228.12)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 05 May 2010 15:46:28 -0700
Date: Wed, 05 May 2010 15:46:24 -0700
From: Antonello Cruz <antonello.cruz@oracle.com>
Subject: Re: SMF networking type extensions [PSARC/2010/157 FastTrack timeout
 05/12/2010]
In-reply-to: <4BE1EC2C.6020107@oracle.com>
To: Erik Nordmark <erik.nordmark@oracle.com>
Cc: Antonello Cruz <antonello.cruz@oracle.com>, PSARC-ext@sun.com
Message-id: <4BE1F540.7070509@oracle.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Source-IP: acsmt354.oracle.com [141.146.40.154]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090204.4BE1F554.01B5:SCFMA4539814,ss=1,fgs=0
References: <201005052031.o45KVNOk103289@nihil.Eng.Sun.COM>
 <4BE1EC2C.6020107@oracle.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.8) Gecko/20100412
 Thunderbird/3.0.3
Status: RO
Content-Length: 1023

On 05/ 5/10 03:07 PM, Erik Nordmark wrote:
> On 05/ 5/10 01:31 PM, Liane Praza wrote:
>
>> --- scf_value_create.3scf.old Wed Apr 28 09:35:41 2010
>> +++ scf_value_create.3scf.new Wed Apr 28 15:40:03 2010
>> @@ -114,9 +114,11 @@
>> SCF_TYPE_HOST USTRING either a hostname, IPv4 address, or
>> IPv6 address
>> SCF_TYPE_HOSTNAME HOST a fully-qualified domain name
>> - SCF_TYPE_NET_ADDR_V4 HOST a dotted-quad IPv4 address with
>> + SCF_TYPE_NET_ADDR HOST a valid SCF_TYPE_NET_ADDR_V4 or
>> + SCF_TYPE_NET_ADDR_V6 address
>> + SCF_TYPE_NET_ADDR_V4 NET_ADDR a dotted-quad IPv4 address with
>> optional network portion
>> - SCF_TYPE_NET_ADDR_V6 HOST legal IPv6 address
>> + SCF_TYPE_NET_ADDR_V6 NET_ADDR legal IPv6 address
>
> I wanted to check that the new types allow for a '/n' subnet
> specification. I suspect that is what the "optional network portion"
> means for the v4 one. Does that apply to the v6 type as well? If so it
> might make sense to make that clear in the man page.
Yes, I'll update the manpage.

Antonello


From liane.praza@oracle.com Wed May 12 16:12:59 2010
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o4CNCxNZ017994
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 12 May 2010 16:12:59 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o4CNCxNs025720
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 12 May 2010 16:12:59 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0L2B0080FXTNQP00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 12 May 2010 16:12:59 -0700 (PDT)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L2B008IDXTMKN60@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 12 May 2010 16:12:58 -0700 (PDT)
Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o4CNCwok028631	for
 <PSARC-ext@Sun.COM>; Wed, 12 May 2010 23:12:58 +0000 (GMT)
Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155])
	by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o4CKPleP010497	for <PSARC-ext@sun.com>; Wed,
 12 May 2010 23:12:56 +0000 (GMT)
Received: from abhmt016.oracle.com by acsmt353.oracle.com	with ESMTP id
 236663561273705937; Wed, 12 May 2010 16:12:17 -0700
Received: from [129.146.228.161] (/129.146.228.161)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Wed,
 12 May 2010 16:12:17 -0700
Date: Wed, 12 May 2010 16:12:16 -0700
From: Liane Praza <liane.praza@oracle.com>
Subject: Re: SMF networking type extensions [PSARC/2010/157 FastTrack timeout
 05/12/2010]
In-reply-to: <201005052031.o45KVNOk103289@nihil.Eng.Sun.COM>
To: PSARC-ext@sun.com
Cc: antonello.cruz@oracle.com
Message-id: <4BEB35D0.6010800@oracle.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
X-Source-IP: acsmt355.oracle.com [141.146.40.155]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090205.4BEB35F9.0173:SCFMA4539814,ss=1,fgs=0
References: <201005052031.o45KVNOk103289@nihil.Eng.Sun.COM>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.8) Gecko/20100412
 Lightning/1.0b1 Thunderbird/3.0.3
Status: RO
Content-Length: 126

This case times out today, has received its +1, and discussion seems to 
have closed.  I'm marking it closed approved.

liane

From antonello.cruz@oracle.com Thu May 13 11:14:34 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o4DIEXqb029180
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 13 May 2010 11:14:33 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o4DIETLe021797
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 13 May 2010 13:14:33 -0500 (CDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0L2D0050LEO8FE00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 13 May 2010 11:14:32 -0700 (PDT)
Received: from sca-ea-mail-2.sun.com ([192.18.43.25])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0L2D00158ENTMGB0@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Thu,
 13 May 2010 11:14:17 -0700 (PDT)
Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227])
	by sca-ea-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o4DIEHlE014761	for
 <PSARC-ext@sun.com>; Thu, 13 May 2010 18:14:17 +0000 (GMT)
Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153])
	by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1)
 with ESMTP id o4DEiTIg019426	for <PSARC-ext@sun.com>; Thu,
 13 May 2010 18:14:16 +0000 (GMT)
Received: from abhmt010.oracle.com by acsmt354.oracle.com	with ESMTP id
 262775121273774455; Thu, 13 May 2010 11:14:15 -0700
Received: from [129.146.228.12] (/129.146.228.12)
	by default (Oracle Beehive Gateway v4.0)	with ESMTP ; Thu,
 13 May 2010 11:14:14 -0700
Date: Thu, 13 May 2010 11:14:14 -0700
From: Antonello Cruz <antonello.cruz@oracle.com>
Subject: Re: SMF networking type extensions [PSARC/2010/157 FastTrack timeout
 05/12/2010]
In-reply-to: <4BEB35D0.6010800@oracle.com>
To: Liane Praza <liane.praza@oracle.com>
Cc: PSARC-ext@sun.com
Message-id: <4BEC4176.40705@oracle.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_W0yg3EP13DXl7ahTH4/nVQ)"
X-PMX-Version: 5.4.1.325704
X-Source-IP: acsmt353.oracle.com [141.146.40.153]
X-Auth-Type: Internal IP
X-CT-RefId: str=0001.0A090203.4BEC4179.0038:SCFMA4539814,ss=1,fgs=0
References: <201005052031.o45KVNOk103289@nihil.Eng.Sun.COM>
 <4BEB35D0.6010800@oracle.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.8) Gecko/20100412
 Thunderbird/3.0.3
Status: RO
Content-Length: 1609

This is a multi-part message in MIME format.

--Boundary_(ID_W0yg3EP13DXl7ahTH4/nVQ)
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT

On 05/12/10 04:12 PM, Liane Praza wrote:
> This case times out today, has received its +1, and discussion seems to
> have closed. I'm marking it closed approved.
>
> liane
Thanks Liane!

I attached the final diff for the manpage, to include in the case materials.

Antonello

--Boundary_(ID_W0yg3EP13DXl7ahTH4/nVQ)
Content-type: text/plain; name=scf_value_create.3scf.diff
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=scf_value_create.3scf.diff

--- scf_value_create.3scf.old	Wed Apr 28 09:35:41 2010
+++ scf_value_create.3scf.new	Wed May  5 15:38:19 2010
@@ -114,9 +114,12 @@
      SCF_TYPE_HOST	    USTRING	either a hostname,  IPv4  address,  or
 					IPv6 address
      SCF_TYPE_HOSTNAME	    HOST	a fully-qualified domain name
-     SCF_TYPE_NET_ADDR_V4   HOST	a  dotted-quad	 IPv4	address	  with
+     SCF_TYPE_NET_ADDR      HOST        a valid SCF_TYPE_NET_ADDR_V4 or
+                                        SCF_TYPE_NET_ADDR_V6 address
+     SCF_TYPE_NET_ADDR_V4   NET_ADDR    a  dotted-quad	 IPv4	address	  with
 					optional network portion
-     SCF_TYPE_NET_ADDR_V6   HOST	legal IPv6 address
+     SCF_TYPE_NET_ADDR_V6   NET_ADDR    legal IPv6 address with optional
+                                        network portion
 
      The     scf_value_get_boolean(),	   scf_value_get_count(),
      scf_value_get_integer(),		    scf_value_get_time(),

--Boundary_(ID_W0yg3EP13DXl7ahTH4/nVQ)--

