diff options
| author | Vincenzo Maffione <vmaffione@FreeBSD.org> | 2023-12-21 14:43:57 +0000 |
|---|---|---|
| committer | Vincenzo Maffione <vmaffione@FreeBSD.org> | 2023-12-21 14:43:57 +0000 |
| commit | ad874544d9f018bf8eef4053b5ca7b856c4674cb (patch) | |
| tree | d1c5d9ce06968272410006b5687d1c87d0f468c8 /lib/libnetmap | |
| parent | 64db9a0f82863d212ac0bcd49bc0254ccb9dd1ac (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') { |
