-
Vitaly Lipatov authored
grep '\t' in bracket expression matches literal backslash+t, not tab. Use [^[:space:]] which works correctly with multipath nexthop lines. Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
4f62bb79
grep '\t' in bracket expression matches literal backslash+t, not tab.
Use [^[:space:]] which works correctly with multipath nexthop lines.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>