Page MenuHomeDevCentral

netif_ipv4.rc
No OneTemporary

netif_ipv4.rc

# -------------------------------------------------------------
# Network — rc configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/core/network/files/FreeBSD/netif_ipv4.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>
ifconfig_{{ interface.device }}="inet {{ interface.ipv4.address }} netmask {{ interface.ipv4.netmask }}"
{%- for ip in interface.get("ipv4.aliases", []) %}
ifconfig_{{ interface.device }}_alias{{ loop.index0 }}="inet {{ ip }} netmask 255.255.255.255"
{% endfor -%}

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 7, 01:37 (6 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3500279
Default Alt Text
netif_ipv4.rc (875 B)

Event Timeline