Actions
Bug #10898
closedvxlan interfaces fail the interface mismatch check at boot.
Start date:
09/13/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
All
Description
vxlans are not excluded from the list of interfaces to check like other sub-interface types so it fails:
Warning: Configuration references interfaces that do not exist: vxlan0 Network interface mismatch -- Running interface assignment option. vtnet0: link state changed to UP vtnet1: link state changed to UP Valid interfaces are: vtnet0 1a:f0:2c:1a:20:ae (up) VirtIO Networking Adapter vtnet1 76:2c:71:97:db:70 (up) VirtIO Networking Adapter
vxlans need to be added here:
https://github.com/pfsense/pfsense/blob/master/src/etc/inc/util.inc#L2341
Updated by Viktor Gurov over 4 years ago
Updated by Viktor Gurov over 4 years ago
correct link: https://github.com/pfsense/pfsense/pull/4445
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho about 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
Updated by Steve Wheeler about 4 years ago
- Status changed from Feedback to Resolved
Tested in:
2.5.0-DEVELOPMENT (amd64) built on Sun Oct 11 01:01:59 EDT 2020 FreeBSD 12.2-STABLE
Boots correctly.
Updated by Jim Pingle almost 4 years ago
- Target version deleted (
2.5.0) - Affected Version deleted (
2.5.0)
Actions