On Fri, Feb 4, 2011 at 7:21 AM, Camiel Dobbelaar <c...@sentia.nl> wrote:
> With hundreds of (vlan) interfaces, a shutdown takes quite a while.
>                # bring carp interfaces down gracefully
> -               ifconfig | while read a b; do
> +               ifconfig carp | while read a b; do

going back to the original issue, does "ifconfig | grep carp | while
read a b" make things faster?

Reply via email to