Actions
Bug #12728
closedCannot remove IPv6 static routes
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
22.05
Release Notes:
Default
Affected Version:
2.6.0
Affected Architecture:
Description
Tested on 22.01
- Create an IPv6 static route. Save/apply.
- Remove the IPv6 static route.
- Error is shown on system logs and the route is not removed.
Jan 25 18:21:10 php-fpm 960 /system_routes.php: The command '/sbin/route delete -inet xxxx:xxx:xx::/48 xxxx:xxx:xx:f114::1' returned exit code '68', the output was 'route: bad address: xxxx:xxx:xx::/48'
The command should be using -inet6
for IPv6 routes.
Updated by Viktor Gurov almost 3 years ago
Updated by Jim Pingle almost 3 years ago
- Status changed from New to Pull Request Review
- Target version set to 2.7.0
- Plus Target Version set to 22.05
Updated by Viktor Gurov almost 3 years ago
- Status changed from Pull Request Review to Feedback
Merged
Updated by Alhusein Zawi over 2 years ago
- Status changed from Feedback to Resolved
I was able to add/remove IPv6 static routes without errors.
route is removed.
22.05.a.20220319.0600
Actions