Actions
Feature #10223
openAdd the ability to create additional loopback interfaces
Start date:
01/31/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
This is important for setting up dynamic routing protocols such as BGP, OSPF, and so on.
FreeBSD already has such functionality. This is implemented by adding lo<number> interfaces and their configuration in the /etc/rc.conf file. For example:
cloned_interfaces = "lo1"
ifconfig_lo1 = "inet a.b.c.d/prefixlen"
Updated by Christian McDonald almost 4 years ago
Second this.
The current workaround is to create a bogus VLAN on a physical interface and assign these as passive-interfaces in FRR.
Updated by Steve Wheeler almost 4 years ago
Looks like a duplicate of: https://redmine.pfsense.org/issues/6651
Actions