Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F25244124
netif_ipv6.rc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
955 B
Referenced Files
None
Subscribers
None
netif_ipv6.rc
View Options
# -------------------------------------------------------------
# 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
Details
Attached
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)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment