From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) by mail.toke.dk (Postfix) with ESMTPS id D6CFF7B3A2C for ; Mon, 7 Dec 2020 18:56:36 +0100 (CET) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=iWrDBILX Received: from github.com (hubbernetes-node-d2196e5.va3-iad.github.net [10.48.112.10]) by smtp.github.com (Postfix) with ESMTPA id AC7AD340623 for ; Mon, 7 Dec 2020 09:56:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1607363795; bh=HNkp98tPIM5bhiUz67HE0Sh4P/bAKs81fRQtJNlb/IU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iWrDBILXPOwnFyKqMRZ+QhkppdYaxUk6eueT0QmteMQkD4pf9TsycVn6yEGpiac1h XP0+gwZc84HC07Pk/92wndGfxWOGlgmZ5f2m+MfAvf6glnrtoRGFkKx2yjGD9rtJ/A KkuM4pBhVwn2a8t+s52oUe7O1rO0oT2bGbH9mdNc= Date: Mon, 07 Dec 2020 09:56:35 -0800 From: olg33 To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5fce6cd3a8f88_5c19b438749"; 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: I457JACFGMB2IADGFUUXRUT6CX7ZAYO3 X-Message-ID-Hash: I457JACFGMB2IADGFUUXRUT6CX7ZAYO3 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_5fce6cd3a8f88_5c19b438749 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Thanks Toke, In order to do further testing with your suggestions, first I got rid of the .flentrc file (in part because it seemed not to be properly read by flent) and inserted the values directly in the command line using the --marking-name parameter described in cf4f3da: `flent rrul_var -H 10.111.38.60 --test-parameter bidir_streams=2 --marking-name 11=0x2C --marking-name 13=0x34 --test-parameter markings=11,13` However, the parameter is not being recognized: `flent: error: unrecognized arguments: --marking-name 11=0x2C --marking-name 13=0x34` is my syntax correct? -- 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-740079666 ----==_mimepart_5fce6cd3a8f88_5c19b438749 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Thanks Toke, In order to do further testing with your suggestions, first I got rid of the .flentrc file (in part because it seemed not to be properly read by flent) and inserted the values directly in the command line using the --marking-name parameter described in cf4f3da:

flent rrul_var -H 10.111.38.60 --test-parameter bidir_streams=2 --marking-name 11=0x2C --marking-name 13=0x34 --test-parameter markings=11,13

However, the parameter is not being recognized:

flent: error: unrecognized arguments: --marking-name 11=0x2C --marking-name 13=0x34

is my syntax correct?


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

----==_mimepart_5fce6cd3a8f88_5c19b438749--