[BusyBox 0001607]: 'ip route flush cache' gone in svn rev 18474

bugs at busybox.net bugs at busybox.net
Tue Nov 27 09:42:57 UTC 2007


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1607 
====================================================================== 
Reported By:                daniel_hauser
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1607
Category:                   Networking Support
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-26-2007 07:19 PST
Last Modified:              11-27-2007 01:42 PST
====================================================================== 
Summary:                    'ip route flush cache' gone in svn rev 18474
Description: 
aldot has removed 'ip route flush cache' while shrinking iproute a bit. As
described in http://bugs.uclibc.org/view.php?id=203 this is used to get
IPSec working.
====================================================================== 

---------------------------------------------------------------------- 
 vda - 11-26-07 10:30  
---------------------------------------------------------------------- 
(1) Is it a valid syntax - "ip r flush cache"? (if yes, I guess it is a
synonym to "ip r flush table cache")

(2) You added "ip r flush table ..." support in the wrong spot - in the
part which handles "ip r flush to ...". In effect, it's "ip r flust to
table ..." now.
"ip r flush table ..." support seems to exist, it just had a buglet where
it was complaining when it saw "ip r flush table main"

Please look into current svn - is it ok now?

 

---------------------------------------------------------------------- 
 daniel_hauser - 11-27-07 00:32  
---------------------------------------------------------------------- 
(1) Yes, I think too that it's a synonym but OpenSWAN uses it and therefore
I added it.

(2) After a second look, I think too that it's at the wrong place but I
just reverted the changes aldot has made. I attached a second patch which
hopefully add the 'ip route flush cache' command at the right place 

---------------------------------------------------------------------- 
 vda - 11-27-07 01:42  
---------------------------------------------------------------------- 
Please test attached iproute.c - it is from current svn.

(I will add your comment about OpenSWAN) 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-26-07 07:19  daniel_hauser  New Issue                                    
11-26-07 07:19  daniel_hauser  Status                   new => assigned     
11-26-07 07:19  daniel_hauser  Assigned To               => BusyBox         
11-26-07 07:19  daniel_hauser  File Added:
busybox-1.7.2_ip_route_flush_cache.patch                    
11-26-07 10:29  vda            Note Added: 0002965                          
11-26-07 10:30  vda            Note Edited: 0002965                         
11-27-07 00:29  daniel_hauser  File Added:
busybox-1.7.2_ip_route_flush_cache_2.patch                    
11-27-07 00:32  daniel_hauser  Note Added: 0002966                          
11-27-07 01:39  vda            File Added: iproute.c                        
11-27-07 01:42  vda            Note Added: 0002969                          
======================================================================




More information about the busybox-cvs mailing list