| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-Id: <201012102006.03401.opurdila@ixiacom.com> Date: Fri, 10 Dec 2010 20:06:03 +0200 From: Octavian Purdila <opurdila@...acom.com> To: Eric Dumazet <eric.dumazet@...il.com> Cc: Stephen Hemminger <shemminger@...tta.com>, netdev@...r.kernel.org, Lucian Adrian Grijincu <lucian.grijincu@...il.com>, Vlad Dogaru <ddvlad@...edu.org> Subject: Re: [PATCH] iproute2: ip: add wilcard support for device matching From: Eric Dumazet <eric.dumazet@...il.com> Date: Friday 10 December 2010, 19:42:39 > Le vendredi 10 décembre 2010 à 19:32 +0200, Octavian Purdila a écrit : > > Would allowing escaping it fix the issue? Like: > > > > ip link add link bond0 "vlan\*" txqueuelen 100 type vlan id 999 > > Well, same compat problem ;) > > $ ip link add link bond0 "vlan\*199" type vlan id 199 > $ ifconfig "vlan\*199" :) Then use a special dev keyword like dev* ? $ ip link set dev* dummy set Or use a new flag to allow expansion? $ ip -e link set dev dummy* set Thanks, tavi -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists