WO2009043239A1 - A stream forwarding method and device - Google Patents

A stream forwarding method and device Download PDF

Info

Publication number
WO2009043239A1
WO2009043239A1 PCT/CN2008/071279 CN2008071279W WO2009043239A1 WO 2009043239 A1 WO2009043239 A1 WO 2009043239A1 CN 2008071279 W CN2008071279 W CN 2008071279W WO 2009043239 A1 WO2009043239 A1 WO 2009043239A1
Authority
WO
WIPO (PCT)
Prior art keywords
ipv6
index
packet
session table
forwarded
Prior art date
Application number
PCT/CN2008/071279
Other languages
French (fr)
Chinese (zh)
Inventor
Wei Li
Original Assignee
Huawei Technologies Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2009043239A1 publication Critical patent/WO2009043239A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W80/00Wireless network protocols or protocol adaptations to wireless operation
    • H04W80/04Network layer protocols, e.g. mobile IP [Internet Protocol]
    • H04W80/045Network layer protocols, e.g. mobile IP [Internet Protocol] involving different protocol versions, e.g. MIPv4 and MIPv6

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a stream forwarding method and device. Background technique
  • NTN Next Generation Network
  • NAT Network Address Translation
  • IPv4 Internet Protocol version 4
  • IPv6 Internet Protocol version 6
  • IPv4 Internet Protocol version 6
  • IPv6 has great short-term and long-term value in network-based applications. But the question is how to quickly realize the transition from IPv4 to IPv6. If the IPv4 network is forcibly replaced with an IPv6 network, it will affect a large number of existing network devices, so IPv4 and IPv6 will coexist for a long time.
  • FIG 1 shows the structure of the source IP address and destination IP address of IPv6.
  • IPv6 increases the address space from IPv4 32bits to 128bits.
  • SIP1 is the first 32bits of the source IP address, SIP2.
  • DIP1 is the first 32 bits of the destination IP address, and DIP4 is the last 32 bits of the destination IP address.
  • the message is mainly forwarded by looking up the session table.
  • the lookup key value of the Session table is a quintuple: source IP address (SIP, Source IP Address), destination IP address (DIP, Destination IP Address), source port (Source Port), destination port (Destination Port), and protocol (Protocol). ), Forward the message by looking up the quintuple.
  • the IP address is changed from the original 32 bits to 128 bits.
  • the existing stream forwarding technology generally increases the length of the Key value, that is, the length of the original 32-bit IPv4 address becomes 128 bits, and the length of the IPv6 address is used as the key value to search for the session.
  • IPv4 -> IPv4
  • IPv4 -> IPv6
  • IPv6 -> IPv4
  • IPv6 IPv6
  • the Key values are assembled separately, and the session table is searched according to four different situations.
  • IPv4 address becomes an IPv6 address, that is, the address length changes from 32 bits to 128 bits
  • the key value of the session table is increased by a total of 192 bits. This length is greater than the maximum length of many hardware finderes, which makes the finder unable to work, resulting in stream forwarding. The device is not working properly;
  • the technical problem to be solved by the present invention is to provide a flow forwarding method and device, which can improve the IPv6 network flow forwarding function and realize the interworking between the IPv4 network and the IPv6 network.
  • the embodiment of the present invention provides a flow forwarding method, including: when the IPv6 packet to be forwarded arrives, the IPv6 index to be forwarded is searched and matched in the IPv6 index table of the session table. V6 index value;
  • the key value of the session table is constructed according to the V6 index value; and the IPv6 packet to be forwarded is searched for the corresponding packet forwarding information in the session table according to the key value of the session table. , for subsequent message forwarding;
  • an embodiment of the present invention further provides a flow forwarding device, including:
  • a storage unit configured to store a session table, where the session table further includes an IPv6 index table;
  • the locating unit searches for the matching V6 index value in the IPv6 index table in the session table stored in the storage unit according to the IPv6 packet to be forwarded;
  • a processing unit when the search unit finds a V6 index value that matches the to-be-forwarded packet in the IPv6 index table, constructs a Key value of the session table according to the V6 index value; and searches for the V6 in the searching unit.
  • the index value fails, the session table of the packet to be forwarded and the corresponding IPv6 index table are created. The table searches for packet forwarding information and performs subsequent packet forwarding.
  • the original IPv4 packet forwarding mode is maintained, and the IPv6 packet forwarding is implemented by adding an IPv6 index table, thereby solving the problem of address translation between IPv6 networks; and simultaneously enabling IPv6 network flow forwarding and IPv4 network circulation.
  • the two are unified to realize the interworking between the IPv4 network and the IPv6 network.
  • Figure 1 is a schematic diagram showing the composition of a source IP address and a destination IP address of an IPv6 packet
  • FIG. 2 is a schematic diagram of generating a V6 index value by using a source and a destination IP address of a packet
  • FIG. 3 is a schematic diagram of adding a V6 index value shown in FIG. 2 to an original quintuple to form a new Key value;
  • FIG. 4 is a schematic flowchart of a flow forwarding method according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of the composition of a stream forwarding device according to an embodiment of the present invention. detailed description
  • the IPv6 index table is added to replace the new part of the IPv6 address, and the index value that is much smaller than the IPv6 index length is used as the Key value to perform the lookup of the Session table.
  • Figure 2 is a schematic diagram of generating the V6 index value of the source and destination IP addresses of the packet, that is, the source IP address of the packet and the first 96 bits of the destination IP address, and a total of 192 bits are composed of V6 index values.
  • the specific implementation is as follows: When the IPv6 packet to be forwarded arrives, 32 bits are obtained after the IPv6 address is fetched. The value is placed in the original IPv4 address as the Key value in the original IPv4 session lookup. A new IPv6 index value, that is, a V6 index value, is created for the first 96 bits of the new source and destination IPv6 addresses (for the IPv4 address, the default value of the first 96 bits is 0), which is the IPv6 index. The value is used as a Key value for session lookup.
  • FIG. 3 is a schematic diagram of adding the V6 index value to the original quintuple to form a new Key value.
  • the range of the V6 index value may be based on the Session entry in the flow forwarding device. Count it. Assuming that there is a 1M Session table in the flow forwarding device, we assume that the V6 index values of all sessions are different. The number of IPv6 index entries also needs to be 1M, that is, the V6 index value ranges from 0 to 0xFFFFF.
  • FIG. 4 is a schematic flowchart diagram of a flow forwarding method according to an embodiment of the present invention.
  • V6 index value of the IPv6 index table Construct a V6 index value of the IPv6 index table.
  • the specific implementation is: when the packet to be forwarded arrives, if the packet contains an IPv6 address, the IPv6 address is extracted, and the newly added source and destination IPv6 addresses are 96. A total of 192 bits (for IPv4 addresses, the default value of the first 96 bits is 0) creates a new V6 index value, which is stored in the IPv6 index table;
  • the IPv6 index to be forwarded is used to search for the corresponding V6 index value in the IPv6 index table.
  • the corresponding Session table; 5106 The V6 index value is generated according to the to-be-forwarded packet, and the first 96 bits of the source and destination IP addresses of the to-be-forwarded packet are used as the key value, and the V6 corresponding to the IPv6 packet to be forwarded cannot be found in the IPv6 index table.
  • an IPv6 index table needs to be created. Specifically, the first 96 bits of the source and destination IP addresses are used to generate a V6 index value of a certain length according to a certain algorithm.
  • the original IPv4 flow forwarding packet is forwarded. After the IPv6 index table is created, the IPv6 packet to be forwarded is forwarded according to the original IPv4 flow forwarding mode.
  • FIG. 5 is a schematic diagram of a composition of a flow forwarding device according to an embodiment of the present invention.
  • the storage unit 1 is configured to store a session table, where the session table further includes an IPv6 index table.
  • the session table is created by using the source and destination IP addresses of the packets to be forwarded. 96 bits generate a certain length of V6 index value according to a certain algorithm; use the quintuple (source IP, destination IP, source port, destination port and protocol number) and V6 index value to form a new Key value of the Session table; The key value is used to create a Session table. After the session table is successfully created, an IPv6 index table is created by using the first 96 bits of the source and destination IP addresses.
  • the searching unit 2 searches for the corresponding V6 index value in the IPv6 index table in the session table stored in the storage unit 1 according to the IPv6 packet to be forwarded;
  • the processing unit 3 when the search unit 2 finds a V6 index value that matches the to-be-forwarded packet in the IPv6 index table, constructs a Key value of the session table according to the IPv6 index table; When the V6 index value fails to be found, a session table corresponding to the to-be-forwarded packet and an IPv6 index table are created.
  • the forwarding unit 4 is configured to search for the corresponding packet forwarding information in the session table according to the key value of the session table according to the Key value of the session table, and perform subsequent packet forwarding according to the original IPv4 flow forwarding mode.
  • the flow forwarding device further includes:
  • the timer 5 is used to set the aging time of the session table and the IPv6 index table, and trigger the meeting periodically.
  • the table of words and the IPv6 index table are updated.
  • Session entries have a certain aging time, and this time is fixed. There is also a timestamp, and this timestamp is constantly rising. When the timestamp of the session entry is greater than the aging time, the session entry should be deleted. However, whenever a packet hits the Session table of the stream forwarding device, the timestamp in the Session table is refreshed once (timestamp is cleared). After the IPv6 index table is added, whenever the timestamp in the Session table is refreshed once, the timestamp in the IPv6 index table is also refreshed once.
  • IPv6 index table and the session table are not a simple one-to-one relationship, there may be one-to-many (that is, the first 96 bits of the source and destination IP addresses of the two messages are equal), so the IPv6 index table cannot be simple. delete.
  • the approach that can be taken is to accelerate aging. That is, the timestamp of the IPv6 index table can be modified, and the IPv6 index table can be aged after ten seconds by adjusting the timer 5 (this time can be determined according to the actual situation). If a message can hit the Session within ten seconds, the IPv6 index table will naturally be refreshed, otherwise it will age.
  • the original IPv4 packet forwarding mode is maintained, and the IPv6 packet forwarding is implemented by adding an IPv6 index table, thereby solving the problem of address translation between IPv6 networks; and simultaneously enabling IPv6 network flow forwarding and IPv4 network circulation.
  • the two are unified to realize the interworking between the IPv4 network and the IPv6 network.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

A stream forwarding method, includes the steps of: when the IPv6 message to be forwarded arrives, searching the IPv6 index table in the session table, with the IPv6 message to be forwarded, for the V6 index value matching the message; if the search succeeds, constructing the Key value of the session table according to the V6 index value; searching the session table, with the IPv6 message to be forwarded, for the corresponding message forwarding information, according to the Key value of the session table, to process latter message forwarding; if the search fails, setting up a V6 value matching the IPv6 message to be forwarded in the IPv6 index table. At the same time, the embodiment of the present invention discloses a stream forwarding device. The embodiment of the present invention keeps the original stream forwarding mode of IPv4 message, and solves the problem of the address conversion between IPv6 networks by adding IPv6 index tables to realize IPv6 message stream forwarding; meanwhile, IPv6 network stream forwarding and IPv4 network stream forwarding is unified, and the inter- communication between IPv4 network and Ipv6 network is realized.

Description

一种流转发方法及设备 技术领域  Flow forwarding method and device
本发明涉及通信技术领域, 尤其涉及一种流转发方法及设备。 背景技术  The present invention relates to the field of communications technologies, and in particular, to a stream forwarding method and device. Background technique
随着通信技术的发展, 下一代网络( NGN, Next Generation Network )和网 络安全方面的技术已经得到广泛的应用, 人们对针孔式防火墙、 媒体代理设备 及网络地址转换设备 ( NAT, Network Address Translation )等基于流转发的设备 性能要求也越来越高。 与传统的包转发设备相比, 流转发设备具有速度快、 安 全性好等优点。 在目前的网际协议版本 4 ( IPv4, Internet Protocol version 4 ) 网 络中, 大量的流转发设备对于解决网络地址转换、 网络安全、 拓朴隐藏有着举 足轻重的作用。  With the development of communication technologies, technologies such as Next Generation Network (NGN, Next Generation Network) and network security have been widely used. People have targeted pinhole firewalls, media proxy devices, and network address translation devices (NAT, Network Address Translation). The performance requirements of devices based on stream forwarding are also increasing. Compared with the traditional packet forwarding device, the stream forwarding device has the advantages of high speed and good security. In the current Internet Protocol version 4 (IPv4) network, a large number of stream forwarding devices play an important role in solving network address translation, network security, and topology hiding.
面临的日益增长的英特网 ( Internet )发展和日益减少的地址空间, 网际协 议版本 6 ( IPv6, Internet Protocol version 6 ) 已经成为英特网协议( IP, Internet Protocol )技术中的主要发展方向, 与 IPv4相比, IPv6在基于网络的应用中有着 巨大的短期的和长期的价值。但问题是如何快速的实现 IPv4向 IPv6的过渡。 如 果强行将 IPv4网络置换为 IPv6网络,将会影响现有的大量网络设备,所以 IPv4 和 IPv6将在很长一段时间内共存。  Faced with the growing Internet development and decreasing address space, Internet Protocol version 6 (IPv6) has become a major development direction in the Internet Protocol (IP) technology. Compared with IPv4, IPv6 has great short-term and long-term value in network-based applications. But the question is how to quickly realize the transition from IPv4 to IPv6. If the IPv4 network is forcibly replaced with an IPv6 network, it will affect a large number of existing network devices, so IPv4 and IPv6 will coexist for a long time.
参见图 1 , 图 1为 IPv6 文的源 IP地址和目的 IP地址的组成示意图, IPv6 将地址空间从 IPv4 32bits增加到了 128bits, 如图 1所示的 SIP1为源 IP地址的 第一个 32bits, SIP2为源 IP地址的第二个 32bits, 依次类推, DIP1为目的 IP地 址的第一个 32bits, DIP4为目的 IP地址的最后一个 32bits。  Referring to Figure 1, Figure 1 shows the structure of the source IP address and destination IP address of IPv6. IPv6 increases the address space from IPv4 32bits to 128bits. SIP1 is the first 32bits of the source IP address, SIP2. The second 32 bits of the source IP address, and so on, DIP1 is the first 32 bits of the destination IP address, and DIP4 is the last 32 bits of the destination IP address.
如何保证 IPv4和 IPv6网络的互通, IPv4和 IPv6网络的兼容, 以及 IPv6网 络地址转换、 网络安全、 拓朴隐藏等特性成为了需要解决的问题。  How to ensure the interworking between IPv4 and IPv6 networks, compatibility between IPv4 and IPv6 networks, and IPv6 network address translation, network security, and topology hiding have become issues that need to be solved.
流转发设备最大的一个特点就是对于转发的报文要求来回路径的唯一性。 主要是通过对会话 (session )表的查找, 来转发报文。 Session表的查找 Key值 为五元组: 源 IP地址( SIP, Source IP Address )、 目的 IP地址( DIP, Destination IP Address ),源端口( Source Port )、目的端口( Destination Port )和协议( Protocol ), 通过查找这五元组来转发报文。 One of the biggest features of the stream forwarding device is the uniqueness of the round-trip path required for the forwarded message. The message is mainly forwarded by looking up the session table. The lookup key value of the Session table is a quintuple: source IP address (SIP, Source IP Address), destination IP address (DIP, Destination IP Address), source port (Source Port), destination port (Destination Port), and protocol (Protocol). ), Forward the message by looking up the quintuple.
在进入到 IPv6领域中, IP地址由原来的 32 bits变为 128 bits。 现有流转发 技术一般是增加 Key值的长度,即将原来的 32 bits的 IPv4地址长度变为 128 bits 的 IPv6地址长度作为 key值查找 session。  In the IPv6 domain, the IP address is changed from the original 32 bits to 128 bits. The existing stream forwarding technology generally increases the length of the Key value, that is, the length of the original 32-bit IPv4 address becomes 128 bits, and the length of the IPv6 address is used as the key value to search for the session.
现有技术方案模型工作方式如下:  The prior art solution model works as follows:
当有报文到达流转发设备时, 可能有这样四种可能:  When a message arrives at a stream forwarding device, there are four possible possibilities:
IPv4 -> IPv4;  IPv4 -> IPv4;
IPv4 -> IPv6;  IPv4 -> IPv6;
IPv6 -> IPv4;  IPv6 -> IPv4;
IPv6 -> IPv6。  IPv6 -> IPv6.
根据以上四种组合分别组装 Key值, 按四种不同情况查找 session表。  According to the above four combinations, the Key values are assembled separately, and the session table is searched according to four different situations.
现有技术存在如下缺点:  The prior art has the following disadvantages:
1、 很多的流转发设备都使用硬件查找 session表。 当 IPv4地址变为 IPv6地 址,即地址长度从 32bits变为 128bits后, session表的 Key值增加了总共 192bits, 这个长度大于目前许多硬件查找器的最大长度, 从而使得查找器无法工作, 导 致流转发设备无法正常工作;  1. Many stream forwarding devices use hardware to find the session table. When the IPv4 address becomes an IPv6 address, that is, the address length changes from 32 bits to 128 bits, the key value of the session table is increased by a total of 192 bits. This length is greater than the maximum length of many hardware finderes, which makes the finder unable to work, resulting in stream forwarding. The device is not working properly;
2、 当 IPv4地址变为 IPv6地址, 地址长度增加, 同原有的 IPv4版本无法兼 容, 致使加入 IPv6的新功能开发工作量巨大, 代码分支过多, 因而风险较大。 发明内容  2. When the IPv4 address becomes an IPv6 address, the length of the address increases, which is incompatible with the original IPv4 version. As a result, the development of new functions for joining IPv6 is huge, and there are too many code branches, so the risk is large. Summary of the invention
本发明所要解决的技术问题在于, 提供了一种流转发方法及设备, 可以实 现 IPv6网络流转发功能的完善, 并实现 IPv4网络与 IPv6网络的互通。  The technical problem to be solved by the present invention is to provide a flow forwarding method and device, which can improve the IPv6 network flow forwarding function and realize the interworking between the IPv4 network and the IPv6 network.
为了解决上述技术问题, 本发明实施例提供了一种流转发方法, 包括: 当待转发的 IPv6报文到达时, 用所述待转发的 IPv6报文在会话表的 IPv6 索引表中查找与其匹配的 V6索引值;  In order to solve the above technical problem, the embodiment of the present invention provides a flow forwarding method, including: when the IPv6 packet to be forwarded arrives, the IPv6 index to be forwarded is searched and matched in the IPv6 index table of the session table. V6 index value;
若查找成功, 则根据所述 V6索引值构造所述会话表的 Key值; 将所述待转 发的 IPv6报文按照所述会话表的 Key值在所述会话表中查找对应的报文转发信 息, 进行后续的报文转发;  If the search is successful, the key value of the session table is constructed according to the V6 index value; and the IPv6 packet to be forwarded is searched for the corresponding packet forwarding information in the session table according to the key value of the session table. , for subsequent message forwarding;
若查找失败, 则在所述 IPv6 索引表中创建与所述待转发报文相匹配的 V6 索引值。 相应地, 本发明实施例还提供了一种流转发设备, 包括: If the search fails, a V6 index value matching the to-be-forwarded packet is created in the IPv6 index table. Correspondingly, an embodiment of the present invention further provides a flow forwarding device, including:
存储单元, 用于存储会话表, 所述会话表中还包含 IPv6索引表;  a storage unit, configured to store a session table, where the session table further includes an IPv6 index table;
查找单元,根据待转发的 IPv6报文,在所述存储单元存储的会话表中的 IPv6 索引表中查找与其匹配的 V6索引值;  The locating unit searches for the matching V6 index value in the IPv6 index table in the session table stored in the storage unit according to the IPv6 packet to be forwarded;
处理单元, 在所述查找单元在 IPv6索引表中查找到与所述待转发报文匹配 的 V6索引值时, 则根据所述 V6索引值构造会话表的 Key值; 在所述查找单元 查找 V6索引值失败时, 创建与所述待转发报文的会话表以及相应的 IPv6索引 表; 表查找报文转发信息, 进行后续的报文转发。  a processing unit, when the search unit finds a V6 index value that matches the to-be-forwarded packet in the IPv6 index table, constructs a Key value of the session table according to the V6 index value; and searches for the V6 in the searching unit. When the index value fails, the session table of the packet to be forwarded and the corresponding IPv6 index table are created. The table searches for packet forwarding information and performs subsequent packet forwarding.
实施本发明, 具有如下有益效果:  The implementation of the present invention has the following beneficial effects:
本发明实施例中保持原有的 IPv4报文的流转发模式,通过增加 IPv6索引表 实现 IPv6报文流转发, 解决了 IPv6网络之间地址的转换问题; 同时使 IPv6网 络流转发与 IPv4网络流转发统一起来, 实现 IPv4网络和 IPv6网络之间的互通。 附图说明  In the embodiment of the present invention, the original IPv4 packet forwarding mode is maintained, and the IPv6 packet forwarding is implemented by adding an IPv6 index table, thereby solving the problem of address translation between IPv6 networks; and simultaneously enabling IPv6 network flow forwarding and IPv4 network circulation. The two are unified to realize the interworking between the IPv4 network and the IPv6 network. DRAWINGS
图 1是 IPv6报文的源 IP地址和目的 IP地址的组成示意图;  Figure 1 is a schematic diagram showing the composition of a source IP address and a destination IP address of an IPv6 packet;
图 2是将报文的源、 目的 IP地址生成 V6索引值的示意图;  2 is a schematic diagram of generating a V6 index value by using a source and a destination IP address of a packet;
图 3是将图 2中所示的 V6索引值加入原五元组构成新的 Key值的示意图; 图 4是本发明实施例提供的流转发方法的流程示意图;  3 is a schematic diagram of adding a V6 index value shown in FIG. 2 to an original quintuple to form a new Key value; FIG. 4 is a schematic flowchart of a flow forwarding method according to an embodiment of the present invention;
图 5是本发明实施例提供的流转发设备的组成示意图。 具体实施方式  FIG. 5 is a schematic diagram of the composition of a stream forwarding device according to an embodiment of the present invention. detailed description
为使本发明实施例的目的、 技术方案以及优点更加清楚明白, 以下参照附 图并举实施例, 对本发明实施例做进一步的详细说明。  In order to make the objects, the technical solutions and the advantages of the embodiments of the present invention more clearly, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings.
在本发明实施例中, 采用增加 IPv6 索引表的形式代替 IPv6地址新增部分, 使用比 IPv6索引长度小很多的索引值作为 Key值进行 Session表的查找。  In the embodiment of the present invention, the IPv6 index table is added to replace the new part of the IPv6 address, and the index value that is much smaller than the IPv6 index length is used as the Key value to perform the lookup of the Session table.
参见图 2, 图 2是将报文的源、 目的 IP地址生成 V6索引值的示意图, 即是 将艮文的源 IP地址和目的 IP地址的前面 96bits, 共 192bits组成 V6索引值。  Referring to Figure 2, Figure 2 is a schematic diagram of generating the V6 index value of the source and destination IP addresses of the packet, that is, the source IP address of the packet and the first 96 bits of the destination IP address, and a total of 192 bits are composed of V6 index values.
具体实现如下: 当所述待转发的 IPv6报文到达时, 取出 IPv6地址后 32 bits 值放入原 IPv4地址中, 作为原来 IPv4 session查找中的 Key值。 将新增的源、 目的 IPv6地址的前 96 bits总共 192 bits (对于 IPv4的地址, 前 96 bits的缺省值 为 0 )创建出一个新的 IPv6 索引值, 即 V6索引值, 将该 IPv6 索引值作为 Key 值进行会话查找。 The specific implementation is as follows: When the IPv6 packet to be forwarded arrives, 32 bits are obtained after the IPv6 address is fetched. The value is placed in the original IPv4 address as the Key value in the original IPv4 session lookup. A new IPv6 index value, that is, a V6 index value, is created for the first 96 bits of the new source and destination IPv6 addresses (for the IPv4 address, the default value of the first 96 bits is 0), which is the IPv6 index. The value is used as a Key value for session lookup.
参见图 3 ,图 3是将所述 V6索引值加入原五元组构成新的 Key值的示意图; 需要说明的是, 而对于 V6索引值的范围可以根据流转发设备中的 Session 表项的个数来定。假设流转发设备中有 1M Session表,那么我们假设所有 Session 的 V6索引值都不相同, 那么 IPv6索引表项的个数也需要有 1M, 即 V6索引值 的范围至少为 0~0xFFFFF。  Referring to FIG. 3, FIG. 3 is a schematic diagram of adding the V6 index value to the original quintuple to form a new Key value. It should be noted that the range of the V6 index value may be based on the Session entry in the flow forwarding device. Count it. Assuming that there is a 1M Session table in the flow forwarding device, we assume that the V6 index values of all sessions are different. The number of IPv6 index entries also needs to be 1M, that is, the V6 index value ranges from 0 to 0xFFFFF.
参见图 4, 图 4为本发明实施例提供的流转发方法的流程示意图。  Referring to FIG. 4, FIG. 4 is a schematic flowchart diagram of a flow forwarding method according to an embodiment of the present invention.
5101 , 构造 IPv6索引表的 V6索引值; 具体实现是, 当待转发的报文到来 时, 如果报文中含有 IPv6地址, 则取出 IPv6地址, 并将新增的源、 目的 IPv6 地址的前 96 bits总共 192 bits (对于 IPv4的地址, 前 96 bits的缺省值为 0 )创 建出一个新的 V6索引值, 所述 V6索引值由 IPv6索引表存放;  5101. Construct a V6 index value of the IPv6 index table. The specific implementation is: when the packet to be forwarded arrives, if the packet contains an IPv6 address, the IPv6 address is extracted, and the newly added source and destination IPv6 addresses are 96. A total of 192 bits (for IPv4 addresses, the default value of the first 96 bits is 0) creates a new V6 index value, which is stored in the IPv6 index table;
5102,用待转发的 IPv6报文在所述 IPv6索引表中查找与其对应的 V6 索引 值是否成功; 首先取出 IPv6报文的源、 目的 IP地址的前 96 bits ( IPv4报文的前 96 bits设定为 0 ), 将这总共 192 bits作为 Key值, 在所述 IPv6索引表中查找与 之相应的 V6索引值; 并判断是否查找成功, 若是, 则执行 S103 , 若查找失败, 则执行 S 106;  5102: The IPv6 index to be forwarded is used to search for the corresponding V6 index value in the IPv6 index table. First, the first 96 bits of the source and destination IP addresses of the IPv6 packet are extracted. Set to 0), the total of 192 bits is taken as the Key value, and the corresponding V6 index value is searched in the IPv6 index table; and it is determined whether the search is successful, and if so, S103 is executed, and if the search fails, S106 is executed. ;
5103 , 构造会话表的 Key值; 在 IPv6索引表中成功查找到与所述待转发的 IPv6报文相应的 V6索引值时, 将 IPv6 索引表中与所述 IPv6报文对应的 V6索 引值填入 Session表中的查找 Key值中的 V6索引值位置; 然后再将报文源、 目 的 IP地址的后 32 bits ( IPv4报文的后 32 bits即为 v4地址本身)填入 Session表 中的查找 Key值中的源、 目的 IP位置, 与所述源、 目的端口、 协议号以及 V6 索引值构成 Session表的新的 Key值;  5103. Construct a key value of the session table. When the V6 index value corresponding to the IPv6 packet to be forwarded is successfully found in the IPv6 index table, fill the V6 index value corresponding to the IPv6 packet in the IPv6 index table. Enter the position of the V6 index value in the search key value in the Session table. Then fill in the last 32 bits of the packet source and destination IP address (the last 32 bits of the IPv4 packet is the v4 address itself) and fill in the search in the Session table. The source and destination IP addresses in the Key value, and the source, destination port, protocol number, and V6 index value constitute a new Key value of the Session table;
5104, 用待转发报文的 Key值在会话表中查找对应的报文转发信息是否成 功; 根据所述 Session表中的 Key值在所述 Session表中查找对应的报文转发信 息; 若在 Session表中成功查找到对所述 IPv6报文进行报文转发的信息, 则执 行 S110, 按照原来的 IPv4 流转发流程进行报文的转发; 若查找失败, 则执行 S105 , 重新创建与所述 IPv6报文相应的 Session表; 5106, 根据待转发报文生成 V6 索引值使用待转发报文的源、 目的 IP地址 的前 96 bits作为 Key值在 IPv6索引表中未能查找到与所述待转发的 IPv6报文 相应的 V6索引值时, 则需要创建 IPv6索引表, 具体为使用源、 目的 IP地址的 前 96 bits按照一定的算法生成一定长度的 V6索引值; 5104: Searching for the corresponding packet forwarding information in the session table by using the key value of the packet to be forwarded; searching for the corresponding packet forwarding information in the session table according to the Key value in the session table; If the information about the packet forwarding of the IPv6 packet is successfully found in the table, the S110 is performed, and the packet is forwarded according to the original IPv4 flow forwarding process. If the search fails, the S105 is executed, and the IPv6 packet is re-created. The corresponding Session table; 5106: The V6 index value is generated according to the to-be-forwarded packet, and the first 96 bits of the source and destination IP addresses of the to-be-forwarded packet are used as the key value, and the V6 corresponding to the IPv6 packet to be forwarded cannot be found in the IPv6 index table. When the index value is used, an IPv6 index table needs to be created. Specifically, the first 96 bits of the source and destination IP addresses are used to generate a V6 index value of a certain length according to a certain algorithm.
5107 , 构造会话表的 Key值; 使用五元组(源 IP、 目的 IP、 源端口 Sport、 目的端口 Dport和协议号 Protocol ) 再加上 V6索引值构成新的 Key值;  5107, constructing a Key value of the session table; using a five-tuple (source IP, destination IP, source port Sport, destination port Dport, and protocol number Protocol) plus a V6 index value to form a new Key value;
5108, 根据所述会话表的 Key值构建会话表;  S108: Construct a session table according to the Key value of the session table.
5109,根据所述 V6索引值创建 IPv6索引表;在所述 Session表创建成功后, 再使用源、 目的 IP地址的前 96 bits创建 IPv6索引表;  5109: Create an IPv6 index table according to the V6 index value. After the session table is successfully created, create an IPv6 index table by using the first 96 bits of the source and destination IP addresses.
5110, 走原来的 IPv4流程转发报文; 在 IPv6索引表创建完成后, 将所述待 转发的 IPv6报文按照原来的 IPv4流转发模式进行报文转发。  5110: The original IPv4 flow forwarding packet is forwarded. After the IPv6 index table is created, the IPv6 packet to be forwarded is forwarded according to the original IPv4 flow forwarding mode.
参见图 5 , 图 5是本发明实施例提供的流转发设备的组成示意图; 所述流转发设备包括:  Referring to FIG. 5, FIG. 5 is a schematic diagram of a composition of a flow forwarding device according to an embodiment of the present invention;
存储单元 1 , 用于存储会话表, 所述会话表中还包含 IPv6索引表; 需要说 明的是, 所述会话 ( Session )表的创建是通过使用待转发报文的源、 目的 IP地 址的前 96 bits按照一定的算法生成一定长度的 V6索引值; 使用五元组(源 IP、 目的 IP、源端口、 目的端口和协议号)再加上 V6索引值构成 Session表新的 Key 值; 之后根据所述 Key值, 创建 Session表; 在所述 Session表创建成功后, 再 使用源、 目的 IP地址的前 96 bits创建 IPv6索引表;  The storage unit 1 is configured to store a session table, where the session table further includes an IPv6 index table. The session table is created by using the source and destination IP addresses of the packets to be forwarded. 96 bits generate a certain length of V6 index value according to a certain algorithm; use the quintuple (source IP, destination IP, source port, destination port and protocol number) and V6 index value to form a new Key value of the Session table; The key value is used to create a Session table. After the session table is successfully created, an IPv6 index table is created by using the first 96 bits of the source and destination IP addresses.
查找单元 2, 根据待转发 IPv6报文, 在所述存储单元 1存储的会话表中的 IPv6索引表中查找相应的 V6索引值;  The searching unit 2 searches for the corresponding V6 index value in the IPv6 index table in the session table stored in the storage unit 1 according to the IPv6 packet to be forwarded;
处理单元 3 , 在所述查找单元 2在 IPv6索引表中查找到与所述待转发报文 匹配的 V6索引值时, 则根据所述 IPv6索引表构造会话表的 Key值; 在所述查 找单元查找 V6索引值失败时,创建与所述待转发报文相应的 Session表以及 IPv6 索引表;  The processing unit 3, when the search unit 2 finds a V6 index value that matches the to-be-forwarded packet in the IPv6 index table, constructs a Key value of the session table according to the IPv6 index table; When the V6 index value fails to be found, a session table corresponding to the to-be-forwarded packet and an IPv6 index table are created.
转发单元 4, 用于将所述待转发的 IPv6报文按照所述会话表的 Key值查找 会话表中相应的报文转发信息, 按照原来 IPv4流转发模式, 进行后续的报文转 发。  The forwarding unit 4 is configured to search for the corresponding packet forwarding information in the session table according to the key value of the session table according to the Key value of the session table, and perform subsequent packet forwarding according to the original IPv4 flow forwarding mode.
所述流转发设备还包括:  The flow forwarding device further includes:
定时器 5, 用于设定会话表以及 IPv6索引表的老化时间, 定时触发所述会 话表以及 IPv6索引表进行更新。 The timer 5 is used to set the aging time of the session table and the IPv6 index table, and trigger the meeting periodically. The table of words and the IPv6 index table are updated.
需要说明的是, 所有的 Session表项都有一定的老化时间, 而这个时间是固 定的。 同时还有一个时间戳, 而这个时间戳是不停上涨的。 当 Session表项的时 间戳大于老化时间的时候, 这个 Session表项就应当被删除。 但每当有报文命中 流转发设备的 Session表时, Session表中的时间戳就会刷新一次(时间戳清零)。 增加了 IPv6索引表后, 每当 Session表中的时间戳被刷新一次, IPv6索引表中 的时间戳也被刷新一次。  It should be noted that all Session entries have a certain aging time, and this time is fixed. There is also a timestamp, and this timestamp is constantly rising. When the timestamp of the session entry is greater than the aging time, the session entry should be deleted. However, whenever a packet hits the Session table of the stream forwarding device, the timestamp in the Session table is refreshed once (timestamp is cleared). After the IPv6 index table is added, whenever the timestamp in the Session table is refreshed once, the timestamp in the IPv6 index table is also refreshed once.
在流转发设备中, 通常有对 Session表主动删除的操作。 增加了 IPv6索引 表后, 如果再有对 Session的删除操作, 同时也需要对 IPv6索引表进行删除操 作。  In a stream forwarding device, there is usually an operation to actively delete the Session table. After the IPv6 index table is added, if you delete the session again, you need to delete the IPv6 index table.
由于 IPv6索引表与 Session表并非简单的一对一的关系, 有可能时一对多 (即两报文的源和目的 IP地址的前 96 bits都相等 ), 故对 IPv6索引表不能进行 简单的删除。 可以采取的方法是加速老化。 即修改 IPv6索引表的时间戳, 可以 通过调节定时器 5让 IPv6索引表在十秒钟之后老化 (这个时间可以根据实际情 况定)。 如果在十秒钟之内有报文能够命中 Session, 那么 IPv6索引表自然会被 刷新, 否则就老化。  Since the IPv6 index table and the session table are not a simple one-to-one relationship, there may be one-to-many (that is, the first 96 bits of the source and destination IP addresses of the two messages are equal), so the IPv6 index table cannot be simple. delete. The approach that can be taken is to accelerate aging. That is, the timestamp of the IPv6 index table can be modified, and the IPv6 index table can be aged after ten seconds by adjusting the timer 5 (this time can be determined according to the actual situation). If a message can hit the Session within ten seconds, the IPv6 index table will naturally be refreshed, otherwise it will age.
本发明实施例中保持原有的 IPv4报文的流转发模式,通过增加 IPv6索引表 实现 IPv6报文流转发, 解决了 IPv6网络之间地址的转换问题; 同时使 IPv6网 络流转发与 IPv4网络流转发统一起来, 实现 IPv4网络和 IPv6网络之间的互通。  In the embodiment of the present invention, the original IPv4 packet forwarding mode is maintained, and the IPv6 packet forwarding is implemented by adding an IPv6 index table, thereby solving the problem of address translation between IPv6 networks; and simultaneously enabling IPv6 network flow forwarding and IPv4 network circulation. The two are unified to realize the interworking between the IPv4 network and the IPv6 network.
以上所揭露的仅为本发明一种较佳实施例而已, 不能以此来限定本发明之 权利范围, 因此依本发明权利要求所作的等同变化, 仍属本发明所涵盖的范围。  The above is only a preferred embodiment of the present invention, and the scope of the present invention is not limited thereto, and thus equivalent changes made in the claims of the present invention are still within the scope of the present invention.

Claims

权 利 要 求 Rights request
1、 一种流转发方法, 其特征在于, 包括: A flow forwarding method, comprising:
当待转发的 IPv6报文到达时, 用所述待转发的 IPv6报文在会话表的 IPv6 索引表中查找与其匹配的 V6索引值;  When the IPv6 packet to be forwarded arrives, the IPv6 index to be forwarded is searched for the matching V6 index value in the IPv6 index table of the session table.
若查找成功, 则根据所述 V6索引值构造所述会话表的 Key值; 将所述待转 息, 进行后续的报文转发;  If the search is successful, the Key value of the session table is constructed according to the V6 index value; and the to-be-transferred message is forwarded for subsequent packets;
若查找失败, 则在所述 IPv6 索引表中创建与所述待转发报文相匹配的 V6 索引值。  If the search fails, a V6 index value matching the to-be-forwarded packet is created in the IPv6 index table.
2、 如权利要求 1所述的流转发方法, 其特征在于, 所述则在所述 IPv6索引 表中创建与所述待转发报文相匹配的 V6索引值, 包括: 2. The flow forwarding method according to claim 1, wherein the V6 index value that matches the to-be-forwarded packet is created in the IPv6 index table, and includes:
将 IPv6报文的源、 目的 IP地址中各自的前 96bits部分生成 V6索引值; 将所述 V6索引值加入会话表原五元组 Key值构成新的 Key值以及新会话 表;  The V6 index value is generated in the first 96 bits of the source and destination IP addresses of the IPv6 packet; the V6 index value is added to the original quintuple Key value of the session table to form a new Key value and a new session table;
将 V6索引值作为 IPv6索引表项加入 IPv6索引表。  Add the V6 index value to the IPv6 index table as an IPv6 index entry.
3、如权利要求 2所述的流转发方法,其特征在于,所述用所述待转发的 IPv6 报文在会话表的 IPv6索引表中查找与其匹配的 V6索引值, 包括: The flow forwarding method according to claim 2, wherein the searching for the V6 index value in the IPv6 index table of the session table by using the IPv6 packet to be forwarded includes:
当所述待转发的 IPv6报文到达时 , 取出所述 IPv6报文的源、 目的 IP地址 中前 96bits部分共 192bits作为 Key值查找 IPv6索引表。  When the IPv6 packet to be forwarded arrives, the 192 bits of the first 96 bits of the source and destination IP addresses of the IPv6 packet are used as the Key value to search the IPv6 index table.
4、 如权利要求 3所述的流转发方法, 其特征在于, 所述根据所述 V6索引 值构造所述会话表的 Key值, 包括: The stream forwarding method according to claim 3, wherein the constructing the Key value of the session table according to the V6 index value comprises:
将所述 V6索引值填入所述会话表的 Key值部分的 V6索引值位置; 将待转发的 IPv6 文的源、目的 IP地址的 32bits地址填入会话表 Key值的 源、 目的 IP位置, 连同源、 目的端口、 协议号以及所述 V6索引值构成新的会 话表的 Key值。 Filling the V6 index value into the V6 index value of the Key value part of the session table; filling the source and destination IP address 32-bit addresses of the IPv6 file to be forwarded into the source and destination IP addresses of the session table key value, The key value of the new session table is formed along with the source, destination port, protocol number, and the V6 index value.
5、 如权利要求 1至 4中任一项所述的流转发方法, 其特征在于, 所述将所 述待转发的 IPv6报文按照所述会话表的 Key值在所述会话表中查找对应的报文 转发信息, 进行后续的报文转发, 包括: The flow forwarding method according to any one of claims 1 to 4, wherein the IPv6 packet to be forwarded is searched for in the session table according to a key value of the session table. Packet forwarding information, for subsequent packet forwarding, including:
若在所述会话表中查找到对应的报文转发信息, 则按照原来的 IPv4流程转 发所述报文;  If the corresponding packet forwarding information is found in the session table, the packet is forwarded according to the original IPv4 process;
若在所述会话表中没有查找到对应的报文转发信息, 则创建与所述报文对 应的会话表以及 IPv6索引表。  If no corresponding packet forwarding information is found in the session table, a session table corresponding to the packet and an IPv6 index table are created.
6、 如权利要求 5所述的流转发方法, 其特征在于, 所述 IPv6索引表的老化 时间与会话表一致。 The stream forwarding method according to claim 5, wherein the aging time of the IPv6 index table is consistent with the session table.
7、 如权利要求 6所述的流转发方法, 其特征在于, 所述 IPv6索引表的时间 戳可被修改, 以延长其老化时间。 7. The stream forwarding method according to claim 6, wherein the time stamp of the IPv6 index table is modified to extend the aging time.
8、 一种流转发设备, 其特征在于, 所述设备包括: A flow forwarding device, the device comprising:
存储单元, 用于存储会话表, 所述会话表中还包含 IPv6索引表;  a storage unit, configured to store a session table, where the session table further includes an IPv6 index table;
查找单元,根据待转发的 IPv6报文,在所述存储单元存储的会话表中的 IPv6 索引表中查找与其匹配的 V6索引值;  The locating unit searches for the matching V6 index value in the IPv6 index table in the session table stored in the storage unit according to the IPv6 packet to be forwarded;
处理单元, 在所述查找单元在 IPv6索引表中查找到与所述待转发报文匹配 的 V6索引值时, 则根据所述 V6索引值构造会话表的 Key值; 在所述查找单元 查找 V6索引值失败时, 创建与所述待转发报文的会话表以及相应的 IPv6索引 表; 表查找报文转发信息, 进行后续的报文转发。  a processing unit, when the search unit finds a V6 index value that matches the to-be-forwarded packet in the IPv6 index table, constructs a Key value of the session table according to the V6 index value; and searches for the V6 in the searching unit. When the index value fails, the session table of the packet to be forwarded and the corresponding IPv6 index table are created. The table searches for packet forwarding information and performs subsequent packet forwarding.
9、 如权利要求 8所述的流转发设备, 其特征在于, 所述设备还包括: 定时器, 用于设定会话表以及 IPv6索引表的老化时间, 定时触发所述会话 表进行更新。 The stream forwarding device of claim 8, wherein the device further comprises: a timer, configured to set an aging time of the session table and the IPv6 index table, and periodically trigger the session table to update.
PCT/CN2008/071279 2007-09-29 2008-06-12 A stream forwarding method and device WO2009043239A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200710030629.0 2007-09-29
CNA2007100306290A CN101136851A (en) 2007-09-29 2007-09-29 Stream forwarding method and equipment

Publications (1)

Publication Number Publication Date
WO2009043239A1 true WO2009043239A1 (en) 2009-04-09

Family

ID=39160694

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/071279 WO2009043239A1 (en) 2007-09-29 2008-06-12 A stream forwarding method and device

Country Status (2)

Country Link
CN (1) CN101136851A (en)
WO (1) WO2009043239A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101951380A (en) * 2010-09-28 2011-01-19 杭州华三通信技术有限公司 Access control method and device used therein in dual-stack lite network
US8761178B2 (en) 2010-04-22 2014-06-24 Huawei Technologies Co., Ltd. Method for creating stream forwarding entry, and data communication device

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101136851A (en) * 2007-09-29 2008-03-05 华为技术有限公司 Stream forwarding method and equipment
CN101304389B (en) * 2008-06-20 2011-12-07 成都市华为赛门铁克科技有限公司 Method, apparatus and system for processing packet
CN102255932B (en) * 2010-05-20 2015-09-09 百度在线网络技术(北京)有限公司 Load-balancing method and load equalizer
CN102970386B (en) * 2012-11-15 2016-01-13 杭州迪普科技有限公司 A kind of IPv6 of realization message passes through the method and apparatus of IPv4 network
CN104539537B (en) * 2014-12-25 2018-04-20 北京华为数字技术有限公司 A kind of method for searching route and device
CN106657436B (en) * 2016-11-29 2019-07-09 杭州迪普科技股份有限公司 Message processing method and device
CN113114574B (en) * 2021-03-30 2023-04-25 杭州迪普科技股份有限公司 Message forwarding method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040190549A1 (en) * 2003-03-27 2004-09-30 Christian Huitema Allowing IPv4 clients to communicate over an IPv6 network when behind a network address translator with reduced server workload
CN1612562A (en) * 2003-10-28 2005-05-04 武汉烽火网络有限责任公司 Method and device for realizing different IP data packet repeating using strategic flow
CN1625151A (en) * 2003-12-01 2005-06-08 华为技术有限公司 Method for realizing IPv6 message flow sorting
CN101136851A (en) * 2007-09-29 2008-03-05 华为技术有限公司 Stream forwarding method and equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040190549A1 (en) * 2003-03-27 2004-09-30 Christian Huitema Allowing IPv4 clients to communicate over an IPv6 network when behind a network address translator with reduced server workload
CN1612562A (en) * 2003-10-28 2005-05-04 武汉烽火网络有限责任公司 Method and device for realizing different IP data packet repeating using strategic flow
CN1625151A (en) * 2003-12-01 2005-06-08 华为技术有限公司 Method for realizing IPv6 message flow sorting
CN101136851A (en) * 2007-09-29 2008-03-05 华为技术有限公司 Stream forwarding method and equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8761178B2 (en) 2010-04-22 2014-06-24 Huawei Technologies Co., Ltd. Method for creating stream forwarding entry, and data communication device
CN101951380A (en) * 2010-09-28 2011-01-19 杭州华三通信技术有限公司 Access control method and device used therein in dual-stack lite network

Also Published As

Publication number Publication date
CN101136851A (en) 2008-03-05

Similar Documents

Publication Publication Date Title
WO2009043239A1 (en) A stream forwarding method and device
US7039018B2 (en) Technique to improve network routing using best-match and exact-match techniques
Farinacci et al. The locator/ID separation protocol (LISP)
Atkinson et al. ILNP: mobility, multi-homing, localised addressing and security through naming
US20020091834A1 (en) Communications relay device, communications relay method, communications terminal apparatus and program storage medium
US9143437B1 (en) Apparatus and method for multicast data packet forwarding
WO2014062584A1 (en) Overlay services in communication networks
KR20130136529A (en) Mapping private and public addresses
WO2012167559A1 (en) Method and triple layer device for fast forwarding data packets
WO2009052668A1 (en) A nat-pt device and a load-sharing method for nat-pt device
WO2010108431A1 (en) Method for realizing ipv6 host visting ipv4 host, method for obtaining ipv6 address prefix and translation device
WO2014075502A1 (en) 6lowpan network-based service discovery method and apparatus
CN113765804A (en) Message forwarding method, device, equipment and computer readable storage medium
WO2011131088A1 (en) Data message processing method, ingress tunnel router and system
WO2016058261A1 (en) Network-based flat routing method
WO2009074077A1 (en) Realizing method of anycast service, method for sending anycast request, anycast router
Farinacci et al. Rfc 6830: The locator/id separation protocol (lisp)
Cabellos et al. An Architectural Introduction to the Locator/ID Separation Protocol (LISP)
Wang et al. FSDM: Floodless service discovery model based on Software-Defined Network
Martey IS-IS network design solutions
Shue et al. An Internet without the Internet protocol
Shue et al. Packet forwarding: Name-based vs. prefix-based
Enache et al. A Study of the Technology Transition from IPv4 to IPv6 for an ISP
Kuznetsov IP Command Reference.
Fall Comparing Information-Centric and Delay-Tolerant Networking.

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08757690

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08757690

Country of ref document: EP

Kind code of ref document: A1