Lines Matching +refs:val +refs:config
101 val=`$DHCPINFO -i $intf $code`
104 info="$val"
106 info="$info $val"
384 $loc nameservices-config-file`
386 echo "missing 'nameservices-config-file' property for '$loc'"
426 # If config properties are set, update the SMF property and refresh the
427 # service. If config properties are not set, delete the SMF property and
435 ike_file=`nwam_get_loc_prop $loc ike-config-file`
436 pol_file=`nwam_get_loc_prop $loc ipsecpolicy-config-file`
437 ipf_file=`nwam_get_loc_prop $loc ipfilter-config-file`
438 ipf6_file=`nwam_get_loc_prop $loc ipfilter-v6-config-file`
439 ipnat_file=`nwam_get_loc_prop $loc ipnat-config-file`
440 ippool_file=`nwam_get_loc_prop $loc ippool-config-file`
444 set_smf_prop $IPSEC_IKE_FMRI config/config_file $ike_file
453 set_smf_prop $IPSEC_POLICY_FMRI config/config_file $pol_file
489 set_smf_prop $IPFILTER_FMRI config/ipf6_config_file $ipf6_file
493 set_smf_prop $IPFILTER_FMRI config/ipnat_config_file $ipnat_file
497 set_smf_prop $IPFILTER_FMRI config/ippool_config_file \
548 # if we fail to complete any part of the config,
654 -e"s,\(ipfilter-config-file=\).*/\(.*\),\1$ULP/\2," \
655 -e"s,\(ipfilter-v6-config-file=\).*/\(.*\),\1$ULP/\2," \
656 -e"s,\(ipnat-config-file=\).*/\(.*\),\1$ULP/\2," \
657 -e"s,\(ippool-config-file=\).*/\(.*\),\1$ULP/\2," \
658 -e"s,\(ike-config-file=\).*/\(.*\),\1$ULP/\2," \
659 -e"s,\(ipsecpolicy-config-file=\).*/\(.*\),\1$ULP/\2," \