From: lihong <lihongx.ma@intel.com>
To: dts@dpdk.org
Cc: lihong <lihongx.ma@intel.com>
Subject: [dts] [PATCH V1] framework/packet: add support of set value about ipv6 hlim
Date: Wed, 11 Dec 2019 04:02:45 +0800 [thread overview]
Message-ID: <1576008165-19769-1-git-send-email-lihongx.ma@intel.com> (raw)
Signed-off-by: lihong <lihongx.ma@intel.com>
---
framework/packet.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/framework/packet.py b/framework/packet.py
index c60ef9c..b0b8a41 100755
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -283,6 +283,7 @@ class scapy(object):
pkt_layer.nh = nh
pkt_layer.src = src
pkt_layer.dst = dst
+ pkt_layer.hlim = hlim
def tcp(self, pkt_layer, src=53, dst=53, flags=0, len=None, chksum=None):
pkt_layer.sport = src
--
2.7.4
next reply other threads:[~2019-12-11 3:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-10 20:02 lihong [this message]
2019-12-11 3:30 ` Zhu, ShuaiX
2019-12-20 7:48 ` Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1576008165-19769-1-git-send-email-lihongx.ma@intel.com \
--to=lihongx.ma@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).