Feature #10341
closedExclude unsupported interfaces from DHCP Relay
100%
Description
Such interfaces as VTI, GIF, GRE and L2TP is unsupported by DHCP Relay:
Mar 13 09:03:40 dhcrelay 65228 Unsupported device type 131 for "ipsec2000" Mar 13 09:04:14 dhcrelay 32263 Unsupported device type 240 for "gif0" Mar 13 09:22:04 dhcrelay 53447 Unsupported device type 131 for "gre0" Mar 13 09:24:10 dhcrelay 10853 Unsupported device type 53 for "l2tp1"
They must be excluded from interface selection list,
and avoid to use them for auto-generated upstream interface list:
https://github.com/pfsense/pfsense/blob/d09e19adf4253251dc2aa6d9edc3043e69096d4f/src/etc/inc/services.inc#L1823
Updated by Viktor Gurov over 4 years ago
Updated by sezer h over 4 years ago
Viktor Gurov wrote:
Such interfaces as VTI, GIF, GRE and L2TP is unsupported by DHCP Relay:
[...]They must be excluded from interface selection list,
and avoid to use them for auto-generated upstream interface list:
https://github.com/pfsense/pfsense/blob/d09e19adf4253251dc2aa6d9edc3043e69096d4f/src/etc/inc/services.inc#L1823
you are right, a few before hour i told them. look
https://redmine.pfsense.org/issues/10339
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
Updated by Renato Botelho over 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 Viktor Gurov over 4 years ago
- Status changed from Feedback to Resolved
works as expected on 2.5.0.a.20200321.2101
Updated by Jim Pingle over 4 years ago
- Status changed from Resolved to Feedback
- Target version changed from 2.5.0 to 2.4.5-p1
Updated by Jim Pingle over 4 years ago
- Status changed from Feedback to Resolved
Unsupported interfaces are no longer offered as choices.