Bug #10589
interfaces_staticarp_configure() doesnt need to disable staticarp on boot
Start date:
05/24/2020
Due date:
% Done:
100%
Estimated time:
Affected Version:
Affected Architecture:
All
Release Notes:
Default
Description
When interfaces are created staticarp is not enabled on them.
Therefore we dont need to disable staticarp on an interface on boot (it has just been created).
This GREATLY improves boot time when many interfaces are present.
PR incoming.
Associated revisions
History
#1
Updated by Jonas Christoffersen 11 months ago
Link to Pull Request: https://github.com/pfsense/pfsense/pull/4331
#2
Updated by Jim Pingle 11 months ago
- Category set to Interfaces
#3
Updated by Jim Pingle 11 months ago
- Status changed from New to Pull Request Review
#4
Updated by Renato Botelho 6 months ago
- Assignee set to Renato Botelho
- Target version set to 2.5.0
#5
Updated by Jonas Christoffersen 6 months ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
Applied in changeset 4320bc83ae45c8ebc827e3c60065578264cba532.
#6
Updated by Steve Beaver 6 months ago
- Status changed from Feedback to Resolved
Fix #10589: Skip disabling staticarp on boot
Also implemented is a simplification of code to handle static ARP entries.