diff options
| author | Vincenzo Maffione <vmaffione@FreeBSD.org> | 2023-12-21 14:43:57 +0000 |
|---|---|---|
| committer | Vincenzo Maffione <vmaffione@FreeBSD.org> | 2024-09-01 17:56:17 +0000 |
| commit | 20a2a59f3990778a82bccf0e69ce8f9d7f6a904a (patch) | |
| tree | 04eb90b3a9b00e10414ff0e58a8198d2c4e2e0eb /lib/libnetmap | |
| parent | b8aeb7101724a0489509b3385571759014268e71 (diff) | |
Diffstat (limited to 'lib/libnetmap')
| -rw-r--r-- | lib/libnetmap/nmreq.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libnetmap/nmreq.c b/lib/libnetmap/nmreq.c index 645f01abc130..2477337d8791 100644 --- a/lib/libnetmap/nmreq.c +++ b/lib/libnetmap/nmreq.c @@ -156,11 +156,6 @@ nmreq_header_decode(const char **pifname, struct nmreq_header *h, struct nmctx * for (pipesep = vpname; pipesep != scan && !index("{}", *pipesep); pipesep++) ; - if (!nm_is_identifier(vpname, pipesep)) { - nmctx_ferror(ctx, "%s: invalid port name '%.*s'", *pifname, - pipesep - vpname, vpname); - goto fail; - } if (pipesep != scan) { pipesep++; if (*pipesep == '\0') { |
