Page MenuHomeDevCentral

netif_ipv6.rc
No OneTemporary

netif_ipv6.rc

# -------------------------------------------------------------
# Network — rc configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/core/network/files/FreeBSD/netif_ipv6.rc
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
{% if ipv6_address is defined %}
ifconfig_{{ interface }}_ipv6="inet6 {{ ipv6_address }} prefixlen {{ ipv6_prefix }}"
{%- else -%}
ifconfig_{{ interface }}_ipv6="inet6 accept_rtadv"
{% endif -%}
{%- for alias in ipv6_aliases %}
ifconfig_{{ interface }}_ipv6_alias{{ loop.index }}="inet6 add {{ alias }} prefixlen {{ ipv6_prefix }}"
{% endfor -%}

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 9, 02:26 (5 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3603806
Default Alt Text
netif_ipv6.rc (955 B)

Event Timeline