Hello !

I recently played with exclusive IP zones on my laptop and noticed
that after reboot the the VNIC I created for the zone is not
functional.
I am using NWAM on laptop, so I thought it must have something to do with that.

Indeed, the /lib/svc/method/net-physical script has these lines:


    61          # Bring up simnets, link aggregations and initialize security 
objects.
    62          # Note that link property initialization is deferred until after
    63          # IP interfaces are plumbed to ensure that the links will not
    64          # be unloaded (and the property settings lost). We should bring
    65          # up simnets prior to VLANs/Aggrs to enable creation of 
VLANs/Aggrs
    66          # over simnets.
    67          #
    68          /sbin/dladm up-simnet
    69          /sbin/dladm up-aggr
    70          /sbin/dladm up-vlan
    71          /sbin/dladm init-secobj
    72          #
    73          # Bring up VNICs
    74          #
    75          /sbin/dladm up-vnic
    76          #
    77          # Create flows via flowadm.
    78          #
    79          /sbin/flowadm init-flow

While /lib/svc/method/net-nwam only has these:


    59                  # Bring up simnet instances
    60                  /sbin/dladm up-simnet
    61                  # Initialize security objects.
    62                  /sbin/dladm init-secobj


So, with NWAM aggregations, vlans, vnics and flows are not
automagically started.

Is that by design ? If so, what would be the reason for that ?


-- 
Regards,
        Cyril
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to