Skip to content

Fix: Create extra loopback interfaces on Linux-based daemons #2114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2025
Merged

Conversation

ipspace
Copy link
Owner

@ipspace ipspace commented Apr 4, 2025

Fixes #2112

@ipspace ipspace requested a review from jbemmel April 4, 2025 08:10
@ipspace
Copy link
Owner Author

ipspace commented Apr 4, 2025

The change is made where it is because bird-clab.j2 includes linux-clab.j2 which includes linux/vanilla.j2

Copy link
Collaborator

@jbemmel jbemmel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found

{% for l in interfaces if l.type in ['lan','p2p','stub','lag'] and (l.ipv6 is defined or 'external' in l.role|default('')) %}
which also lacks 'loopback'

@jbemmel jbemmel merged commit 2a013f4 into dev Apr 4, 2025
12 checks passed
@jbemmel jbemmel deleted the bird-lb branch April 4, 2025 14:33
jbemmel added a commit that referenced this pull request Apr 4, 2025
Triggered by #2114

May not be strictly needed, but just to be consistent
ipspace pushed a commit that referenced this pull request Apr 4, 2025
Triggered by #2114

May not be strictly needed, but just to be consistent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Extra loopback interfaces are not created on bird daemon
2 participants