diff options
author | Yuichi Ito <ito.yuichi0@gmail.com> | 2013-09-25 13:58:45 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-09-26 04:02:37 +0900 |
commit | 96afdc7bbc13935a83fbba7e796667c6ede712b7 (patch) | |
tree | 4aa260b5688d70d4cbd04a79d855cae5efcc3173 /MANIFEST.in | |
parent | 2275dc15cc386fa266e1f8e7d06355d278669b35 (diff) |
packet lib: ipv6: simplify the operations of __init__()
before applying this patch:
- ipv6.parser() uses 'nxt' of the last extension header
- ipv6.__init__() rewrites 'nxt' in conjunction with extension headers
- 'nxt' of the extension headers are set automatically, i.e. they are obscure
after applying this patch:
- ipv6.parser() does not consider 'nxt' of the extension headers
- ipv6.__init__() does not rewrite 'nxt'
- 'nxt' of the extension headers are set manually as an argument of __init__()
Signed-off-by: itoyuichi <ito.yuichi0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'MANIFEST.in')
0 files changed, 0 insertions, 0 deletions