Bug #12728
Updated by Marcos M almost 3 years ago
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.