Actions
Bug #10001
closed
VG
RB
incorrect route deletion on 2.5
Bug #10001:
incorrect route deletion on 2.5
Start date:
12/28/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.0
Affected Architecture:
Description
All code that uses “delete route” must use the full format with GW, i.e.
incorrect:
# route delete -inet 5.5.5.0/24 route: route has not been found delete net 5.5.5.0 fib 0: not in table
correct:
# route delete -inet 5.5.5.0/24 10.1.0.254 delete net 5.5.5.0: gateway 10.1.0.254
no such issue with 2.4.4-p3 and 2.4.5
it seems FreeBSD 12 issue
Same issue as https://redmine.pfsense.org/issues/9969
Actions