On 2006/09/21 11:18, Lars Hansson wrote: > On Wednesday 20 September 2006 22:32, Stuart Henderson wrote: > > You can add !route add 10.82/15 172.18.254.1 to the relevant > > /etc/hostname.if file, and the route will be added when the network > > interface comes up. > > You might want to use the -static flag with that, otherwise the route will > dissapear forever (or at least until you reboot) if, for example, you lose > carrier on the interface.
-static is the default for routes added by route(8), netstat -rn indicates this as S in the flags column.
