From ffffb15fb5d6dcd5f0afd69652aa33a4e9894152 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 4 Dec 2017 15:14:52 +0100 Subject: tapcli: change interface name As tapcli code is going to be deprecated and replaced with tap v2 code, change the interface naming so the new code can use form tap-X. Change-Id: I2684a880c037caee677927214752c00cf97f63f6 Signed-off-by: Damjan Marion --- src/vnet/unix/tapcli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/unix') diff --git a/src/vnet/unix/tapcli.c b/src/vnet/unix/tapcli.c index d80cca3df4f..3ad8338a200 100644 --- a/src/vnet/unix/tapcli.c +++ b/src/vnet/unix/tapcli.c @@ -604,7 +604,7 @@ static u8 * format_tapcli_interface_name (u8 * s, va_list * args) if (show_dev_instance != ~0) i = show_dev_instance; - s = format (s, "tap-%d", i); + s = format (s, "tapcli-%d", i); return s; } -- cgit 1.2.3-korg