logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

interfaces-vrf - VRF extensions for the interfaces(5) file format

Authors

Maximilian Wilhelm <max@sdn.clinic> 2025-03-25 interfaces-vrf(5)

Description

Linux has support for Virtual Routing and Forwarding (VRF) instances since Kernel >= 4.4. The following options allow to set up VRFs and adding configured interfaces to VRFs. Note that in the Linux Kernel VRFs are represented as network interfaces, too. See https://www.kernel.org/doc/Documentation/networking/vrf.rst for more details.

Examples

A VRF interface: auto vrf_external iface vrf_external vrf-table 1023 A regular interface which should be within a VRF: auto eth0 iface eth0 address 192.2.0.42/24 address 2001:db8::42/64 gateway 192.2.0.1 gateway 2001:db::1 vrf vrf_external

Name

interfaces-vrf - VRF extensions for the interfaces(5) file format

See Also

ip-vrf(8) ip-link(8)

See Also