# Managed by Ansible (role: vlan50-parent). Do not edit by hand. # # Tagged VLAN 50 parent for Multus macvlan/ipvlan attachments — see # ~/repo/homelab/plan.md Phase 3/4. Deliberately "manual" (no inet # config): this interface must never carry a host IP or become a route # candidate. Untagged VLAN 40 on {{ vlan50_parent_interface }} itself # (node IP, default route, k3s identity) is defined elsewhere in # /etc/network/interfaces and is not touched by this file. auto {{ vlan50_subinterface }} iface {{ vlan50_subinterface }} inet manual vlan-raw-device {{ vlan50_parent_interface }} vlan-id {{ vlan50_id }} mtu {{ vlan50_mtu }}