From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) by mail.toke.dk (Postfix) with ESMTPS id 769A47B3B5B for ; Mon, 7 Dec 2020 21:21:34 +0100 (CET) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=RXHSOv9z Received: from github.com (hubbernetes-node-df6e412.va3-iad.github.net [10.48.111.23]) by smtp.github.com (Postfix) with ESMTPA id D813E5C0064 for ; Mon, 7 Dec 2020 12:21:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1607372493; bh=hM+cG2Ag7a7EX0BTHYUmzRPLkLYUDXq9li3lm4QzSbA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RXHSOv9zg1Vwsk5yER/pbcEZVNcdYskx2smGCz7icC0cXf+gv6TPvO/89xdYxkTOy IiLXKTRDaAGoO17bNry35bHvKYv4QetSLILW9Ne4G68CubY/qeN+66jzxzWgZJ6Uue sEwbMymeAeLZE0cOFd0B7GZdHT1PCCiSfTanfDr8= Date: Mon, 07 Dec 2020 12:21:33 -0800 From: olg33 To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5fce8ecdd4d50_5319b4113822"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: olg33 X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: IWR7N4RUZRMZTPX5L6AFIQCW4I6MHJVQ X-Message-ID-Hash: IWR7N4RUZRMZTPX5L6AFIQCW4I6MHJVQ X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.2 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] Question about custom symbolic diffserv marking names feature (#215) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_5fce8ecdd4d50_5319b4113822 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I just reviewed my notes and found the command that actually worked: `./run-flent rrul_var --test-parameter bidir_streams=5 --test-parameter markings=0x28,0x2C,0x34,0x44,0x4C --test-parameter labels='10','11','15','17','19' -H 10.111.38.60 ` All works good with the above command. It works with ./run-flent or just with the flent command. Maybe just out of curiosity would I ask what might be the problem when using the --marking-name parameter? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/215#issuecomment-740157611 ----==_mimepart_5fce8ecdd4d50_5319b4113822 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I just reviewed my notes and found the command that actually worked:

./run-flent rrul_var --test-parameter bidir_streams=5 --test-parameter markings=0x28,0x2C,0x34,0x44,0x4C --test-parameter labels='10','11','15','17','19' -H 10.111.38.60
All works good with the above command.

It works with ./run-flent or just with the flent command. Maybe just out of curiosity would I ask what might be the problem when using the --marking-name parameter?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

----==_mimepart_5fce8ecdd4d50_5319b4113822--