Resource Type: protocol_properties
- Defined in:
- lib/puppet/type/protocol_properties.rb
- Providers:
-
protocol_properties
Overview
Manage Oracle Solaris protocol properties
Properties
-
ensure
The basic property that the resource should be in.
Supported values:- present
-
properties
A hash table of propname=propvalue entries to apply to an protocol. See ipadm(8)
Parameters
-
name (namevar)
The name of the protocol
Supported values:- dhcpv4
- dhcpv6
- icmp
- ip
- ipv4
- ipv6
- sctp
- tcp
- udp
- /^\p{Alnum}+$/
-
temporary
Optional parameter that specifies changes to the protocol are temporary. Changes last until the next reboot. This parameter is ignored
Supported values:- true
- false