Page MenuHomeDevCentral

routing_ipv6.rc
No OneTemporary

routing_ipv6.rc

# -------------------------------------------------------------
# Network — rc configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/core/network/files/FreeBSD/routing_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 interface is defined and not salt["network_utils.can_directly_be_discovered"](ipv6_gateway, ipv6_address, ipv6_prefix) %}
ipv6_static_routes="gw default"
ipv6_route_gw="{{ ipv6_gateway }} -iface {{ interface }}"
ipv6_route_default="default {{ ipv6_gateway }}"
{%- else -%}
ipv6_defaultrouter="{{ ipv6_gateway }}"
{% endif -%}

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 11, 20:08 (14 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3063916
Default Alt Text
routing_ipv6.rc (944 B)

Event Timeline