Ido Schimmel <idosch at mellanox.com> writes: > How about the below? > > @@ -113,6 +113,10 @@ gact_trap_test() > { > RET=0 > > + if [[ "$tcflags" != "skip_sw" ]]; then > + return 0; > + fi > + If "tcflags" is not intended for more general flags, then this is OK. I just wasn't sure. Petr