=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.c,v retrieving revision 1.379 retrieving revision 1.380 diff -u -r1.379 -r1.380 --- src/usr.bin/ssh/readconf.c 2023/07/17 04:08:31 1.379 +++ src/usr.bin/ssh/readconf.c 2023/07/17 06:16:33 1.380 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.379 2023/07/17 04:08:31 djm Exp $ */ +/* $OpenBSD: readconf.c,v 1.380 2023/07/17 06:16:33 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -730,6 +730,8 @@ goto out; } r = check_match_ifaddrs(arg) == 1; + if (r == (negate ? 1 : 0)) + this_result = result = 0; } else if (strcasecmp(attrib, "tagged") == 0) { criteria = xstrdup(options->tag == NULL ? "" : options->tag);