On Sat, Dec 29, 2007 at 07:13:47PM +0100, Claus Fischer wrote:
> Thanks for the nice package.
> I'd say it goes a long way but isn't fully there yet
> (for my particular needs).

(...)
> 
> Work needed:
>  - reject routes
>    those are not interface bound but sometimes necessary:
>       10.0.0.0 255.0.0.0 reject
>    ('reject' replaces gateway and interface)
>  - routes w/o interfaces specified
>    should be applied after all bootup interfaces ('auto')
>    have been started

To implement this I would need to create a init.d script to add 
these routes using the same file but with a 'reject' or 'any' in the
interface. It is doable and I might get around to do it. Just so I don't
forget I'll submit your comments as a wishlist bug to ifupdown-extra.

The only problem with the second one is that those kind of routes will
get lost when when the interface they are associated with is downed and
will not come back up again when you run '/etc/init.d/networking start'

> I don't know if static routes other than reject routes
> can only be added if the proper interface is present;
> it would seem that way but anyway it shouldn't be
> necessary.

Actually, static routes can be added without specifying an interface. I just
did it that way since you typically want to do it per interface so that they
are added when the interface is manually brought up.

Regards

Javier

Attachment: signature.asc
Description: Digital signature

Reply via email to