commit | 1af86a4b116493b165606d1e895d2239634e5705 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Jul 20 19:37:23 2007 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Jul 20 19:37:23 2007 +0400 |
tree | 0d29178df64e8218f65d8a6668e3d2fea4a344af | |
parent | 73a82a528150f42d68cb1bf45dd71a9507dcd611 [diff] |
Fixed ip6 route removal Removal of IPv6 route needs to be handled differently ('flush' instead of 'del') because (in some cases?) IPv6 route cache entry is created and it's not enough to just remove the route -- we need to flush the cache as well. Based on patch by Igor Sukhih <igor@openvz.org>