Resource Type: ip_tunnel

Defined in:
lib/puppet/type/ip_tunnel.rb
Providers:
ip_tunnel

Overview

Manage the configuration of Oracle Solaris IP Tunnel links

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • local_address

    IP address or hostname corresponding to the local tunnel address

  • remote_address

    IP address or hostname corresponding to the remote tunnel address

  • tunnel_type

    Specifies the type of tunnel to be created.

    Supported values:
    • ipv4
    • ipv6
    • 6to4

Parameters

  • name (namevar)

    The name of the iptunnel link

  • temporary

    Optional parameter that specifies that the IP tunnel is temporary. Temporary IP tunnels last until the next reboot.

    Supported values:
    • true
    • false