From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) by mail.toke.dk (Postfix) with ESMTPS id 9B7E97B4568 for ; Tue, 8 Dec 2020 18:12:54 +0100 (CET) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=axB5CGLF Received: from github.com (hubbernetes-node-8d4fdb5.va3-iad.github.net [10.48.114.50]) by smtp.github.com (Postfix) with ESMTPA id 81D1EE0083 for ; Tue, 8 Dec 2020 09:12:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1607447573; bh=AwtaUxXENBWKayamdXuLyfm0HKI3wg3MhmhaK7/yql4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=axB5CGLFM1vFkj+BigBnHOYkrq6sxF4wSy5da21SGpMlthZ9asK3eFS2e6hRi6TRm wF1taKxaJ5CPPlfEieSERCuOzsn7nI/U+j5l4PQqq9MDTQlprHDMT5/BhX5yuRY+Dc qFsfsgCw/W3XC21gFGZZMICSj5QCsYbwAzaFmgCM= Date: Tue, 08 Dec 2020 09:12:53 -0800 From: olg33 To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5fcfb4157ea3d_5019b42751b8"; 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: RNFGJCMHE6BMABU53IKLBXLICPBIFLAK X-Message-ID-Hash: RNFGJCMHE6BMABU53IKLBXLICPBIFLAK 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_5fcfb4157ea3d_5019b42751b8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Done! This time all works just fine. :-) Just one more thing. I'd like to have the marking names declared in the `.flentrc` file so that I don't have to type them every time I run a test. With that in mind, I created the ~/.flentrc file and added the following lines: [global] `marking_names=10=0x28;11=0x2C;13=0x34;15=0x3C;17=0x44;19=0x4C;21=0x54;23=0x5C` But when I run a test: `flent rrul_var -H 10.111.38.60 --test-parameter bidir_streams=2 markings=11,13` The system returns the following error: `flent: error: unrecognized arguments: markings=11,13` Looks like the flentrc file is not being read by flent. The file's permissions are as follows: `-rw-r--r-- 1 administrator administrator 755 Dec 8 16:39 .flentrc` Any idea on how can I make it work? -- 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-740772008 ----==_mimepart_5fcfb4157ea3d_5019b42751b8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Done! This time all works just fine. :-)

Just one more thing. I'd like to have the marking names declared in the .flentrc file so that I don't have to type them every time I run a test. With that in mind, I created the ~/.flentrc file and added the following lines:

[global]
marking_names=10=0x28;11=0x2C;13=0x34;15=0x3C;17=0x44;19=0x4C;21=0x54;23=0x5C

But when I run a test:
flent rrul_var -H 10.111.38.60 --test-parameter bidir_streams=2 markings=11,13

The system returns the following error:
flent: error: unrecognized arguments: markings=11,13

Looks like the flentrc file is not being read by flent. The file's permissions are as follows:

-rw-r--r-- 1 administrator administrator 755 Dec 8 16:39 .flentrc

Any idea on how can I make it work?


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

----==_mimepart_5fcfb4157ea3d_5019b42751b8--