WO2012065476A1 - 一种超虚拟局域网报文的上送方法及装置 - Google Patents

一种超虚拟局域网报文的上送方法及装置 Download PDF

Info

Publication number
WO2012065476A1
WO2012065476A1 PCT/CN2011/080042 CN2011080042W WO2012065476A1 WO 2012065476 A1 WO2012065476 A1 WO 2012065476A1 CN 2011080042 W CN2011080042 W CN 2011080042W WO 2012065476 A1 WO2012065476 A1 WO 2012065476A1
Authority
WO
WIPO (PCT)
Prior art keywords
queue
sent
supervlan
packet
cpu
Prior art date
Application number
PCT/CN2011/080042
Other languages
English (en)
French (fr)
Inventor
钟锋岩
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2012065476A1 publication Critical patent/WO2012065476A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • H04L12/4641Virtual LANs, VLANs, e.g. virtual private networks [VPN]

Definitions

  • the present invention relates to network communication technologies, and in particular, to a method and apparatus for sending a message of a super-virtual LAN. Background technique
  • the super-virtual area network is also called VLAN aggregation.
  • This technology binds multiple sub-interfaces or real interfaces to a virtual interface (that is, the SUPERVLAN interface). Each sub-interface or real interface is called a sub-VLAN of this SUPERVLAN.
  • This technology can make the hosts belonging to different broadcast domains in the same physical device in the same IPV4 subnet, and use the same default gateway, so that the original one must be used in a VLAN or MAN.
  • This mechanism can significantly reduce the consumption of IP address space in VLANs or MANs, solve the problem of insufficient buffer IP addresses, and improve the efficiency of IP address usage. In addition, this also reduces the difficulty of IP address management in the network.
  • the member of the primary VLAN is called a sub-VLAN.
  • the ARP Address Resolution Protocol
  • the ARP Address Resolution Protocol
  • the router forwarding module triggers the CPU to re-learn the ARP by sending the packet to the CPU.
  • the content sent includes the packet content and the SUPERVLAN information.
  • the main technical problem to be solved by the present invention is to provide a method and a device for sending a SUPERVLAN packet in a super-virtual network, which can effectively avoid the interference reported by each SUPERVLAN packet and maintain network stability.
  • the present invention adopts the following technical solutions:
  • a method for uploading a super-virtual LAN (Ultra VLAN) message includes:
  • the CPU channel that transmits the packet sent by the SUPERVLAN is divided into multiple queues, and each queue corresponds to one SUPERVLAN;
  • the queue corresponds to the SUPERVLAN
  • the queue number corresponds to the SUPERVLAN number
  • the CPU scheduling queue adopts an average rotation manner.
  • the packet is discarded; otherwise, the packet in the queue is sent to the CPU for processing.
  • the packets of each queue are dequeued in a first-in first-out manner.
  • the present invention also provides a device for uploading a SUPERVLAN packet of a super virtual local area network, including:
  • the queue setting module is configured to divide the CPU channel that is sent by the SUPERVLAN into a plurality of queues, and each queue corresponds to one SUPERVLAN;
  • a queue processing module configured to send, according to the SUPERVLAN information carried in the sent packet, The uploading message is sent to the corresponding queue.
  • the uplink VLAN is divided into multiple queues, so that the sent packets can be sent to the corresponding queue according to the SUPERVLAN information, and each queue processes the packets sent by the respective SUPERVLANs, so that the traffic has a large SUPERVLAN.
  • the sent packets do not occupy the queue space of the packets sent by the SUPERVLAN with small traffic, which ensures the stability of the network.
  • FIG. 2 is a network architecture diagram of an embodiment of the present invention.
  • FIG. 5 is a flowchart of scheduling a CPU queue according to an embodiment of the present invention. detailed description
  • the method for setting the uplink queue to be sent to the queue in the embodiment of the present invention includes: dividing the CPU channel sent by the SUPERVLAN into multiple queues, each queue corresponding to one SUPERVLAN;
  • the sent packet is sent to its corresponding queue according to the SUPERVLAN information of the sent packet.
  • the corresponding queues and SUPERVLANs can be used as follows: Queue number and SUPERVLAN number - corresponding, for example, SUPERVLAN1 3 should be queue 1, SUPERVLAN2 3 should be queue 2, ... .. . , And so on.
  • the packet When the packet is sent to the CPU, it carries the SUPERVLAN information, such as the SUPERVLAN number. When entering the queue, each SUPERVLAN number is mapped to a queue, and different SUPERVLANs are sent to different queues. When the packets are sent to the CPU, they are queued. Each packet sent to the queue is sent out in a first-in, first-out manner.
  • the scheduling of the CPU sent to the queue uses the average rotation algorithm, that is, the average rotation of each queue. Poll from the first queue to the last one, then start again from the first queue.
  • the process of sending a CPU queue to the SUPERVLAN includes:
  • the SUPERVLAN number of the current packet is extracted, and the queue number is calculated according to the SUPERVLAN number.
  • the queue number and the SUPERVLAN number are - corresponding, for example, SUPERVLAN1 corresponds to queue 1, SUPERVLAN2 corresponds to queue 2, and so on.
  • ROUTER1 is connected through SUPERVLAN2 and ROUTER3;
  • the PC can access the various interfaces of ROUTERl, ROUTER2 and ROUTER3.
  • ROUTER1 When the network is abnormal and the link between ROUTER1 and ROUTER2 is oscillating, ROUTER1 will not learn the ARP of ROUTER2. When the PC accesses ROUTER2, it will send the SUPERVLAN1 at the exit of ROUTER1 because it cannot learn the ARP of ROUTER2. The purpose of the CPU is to relearn the ARP of ROUTER2. At this point, you must ensure that you can relearn the ARP of ROUTER2 to restore the network.
  • the traffic sent by the SUPERVLAN1 is large, the traffic sent by the SUPERVLAN2 is small.
  • the packets sent by the SUPERVLAN1 are full, and the packets sent by the SUPERVLAN2 are discarded because the queue is full. Therefore, the ARP of the ROUTER2 cannot be learned.
  • the scheduling process between CPU queues may include:
  • An apparatus for sending a SUPERVLAN packet in the embodiment of the present invention includes: The queue setting module is configured to divide the CPU channel sent by the SUPERVLAN into multiple queues, and each queue corresponds to one SUPERVLAN;
  • the queue processing module is configured to send the sent message to its corresponding queue according to the SUPERVLAN information of the sent message.
  • the present invention provides a method for setting a queue to be sent to the CPU, which can protect the CPU from impact, and can process the sent packets of each SUPERVLAN to be processed by the CPU, and between the SUPERVLANs.
  • the packets sent by the upstream VLANs do not interfere with each other.
  • the packets sent from the SUPERVLANs with large traffic are not sent to the queues of the packets sent by the SUPERVLANs. Therefore, the packets sent in the SUPERVLAN with low traffic are not processed and the ARP is learned. Failures cause network anomalies and ensure the stability of the network to a greater extent.
  • the specific implementation of the invention is limited only to these descriptions. It will be apparent to those skilled in the art that the present invention may be practiced without departing from the spirit and scope of the invention.

Landscapes

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

Abstract

本发明公开了一种超虚拟局域网(SUPERVLAN)报文的上送方法,包括:将SUPERVLAN上送报文传输的CPU通道划分为多个队列,每一队列对应一个SUPERVLAN;根据所述上送报文中携带的SUPERVLAN信息,将所述上送报文上送到与其对应的队列中。本发明还相应地公开了一种超虚拟局域网报文的上送装置。通过本发明,上送报文可以根据其SUPERVLAN信息相应上送到对应队列,从而流量大的SUPERVLAN上送报文不会挤占流量小的SUPERVLAN上送报文的队列空间,能够保证网络的稳定。

Description

一种超虚拟局域网报文的上送方法及装置 技术领域
本发明涉及网络通信技术, 尤其涉及一种超虚拟局域网报文的上送方 法及装置。 背景技术
超虚拟局域网 (SUPERVLAN ) 又叫 VLAN聚合, 该技术将多个子接 口或者实接口绑在一个虚接口 (即 SUPERVLAN接口) 中, 每个子接口或 者实接口称为这个 SUPERVLAN的子 VLAN。
该技术可以使处在同一个物理设备中的分属不同广播域的主机处在同 一个 IPV4子网中, 而且使用同一个默认网关, 这样就可以消除原有的在一 个 VLAN或者 MAN中必须使用一个专用 IP子网的限制。
使用这种机制可以明显减少 VLAN或 MAN中对 IP地址空间的消耗, 解决緩沖 IP地址不够用的问题, 提高 IP地址的使用效率。 另外, 这样也降 低网络中 IP地址管理的难度。
绑定 SUPERVLAN的成员叫做子 VLAN,网络异常的场景下,子 VLAN 之间因为网络震荡的原因造成 ARP丟失从而通信失败的时候, 就要重新学 习子 VLAN之间的 ARP ( Address Resolution Protocol, 地址解析协议)。
当报文查找不到 ARP 时候, 路由器转发模块通过将报文上送给 CPU 的方式触发 CPU 重新学习 ARP , 上送的内容包括报文内容以及 SUPERVLAN信息。
如果网络中流量很大, 瞬间 CPU会受到很大的沖击, 从而导致利用率 很高甚至因超负荷而瘫痪, 并且, 多个 SUPERVLAN需要同时学习 ARP的 场景下, 由于所有 SUPERVLAN 上送的报文共用上送队列, 则流量大的 SUPERVLAN可能会抢占流量 '〗、的 SUPERVLAN上送 CPU的队列带宽,导 致流量小的 SUPERVLAN可能会因为队列满而被丟弃, CPU会因为收不到 上送报文而一直无法重新 ARP学习, 造成网络异常。 发明内容
本发明要解决的主要技术问题是, 提供一种超虚拟局域网 SUPERVLAN报文的上送方法及装置, 能够有效避免各 SUPERVLAN报文 上报的干扰, 保持网络稳定。
为解决上述技术问题, 本发明采用了如下技术方案:
一种超虚拟局域网 SUPERVLAN 4艮文的上送方法, 包括:
将 SUPERVLAN上送报文传输的 CPU通道划分为多个队列,每一队列 对应一个 SUPERVLAN;
根据所述上送报文中携带的 SUPERVLAN信息, 将所述上送报文上送 到与其对应的队列中。
在本发明所述方法的一种实施例中, 所述队列与所述 SUPERVLAN的 对应, 采用队列号与 SUPERVLAN号对应的方式。
在本发明所述方法的一种实施例中, CPU调度队列采用平均轮换方式。 在本发明所述方法的一种实施例中, 对于每一所述队列, 当所述队列 满时, 丟弃报文; 否则将所述队列中的报文上送 CPU处理。
在本发明所述方法的一种实施例中, 各所述队列的报文出队时采用先 入先出方式。
本发明还提供了一种超虚拟局域网 SUPERVLAN报文的上送装置,包 括:
队列设置模块,设置为将 SUPERVLAN上送报文传输的 CPU通道划分 为多个队列, 每一队列对应一个 SUPERVLAN;
队列处理模块,设置为根据所述上送报文中携带的 SUPERVLAN信息, 将所述上送 ·^艮文上送到与其对应的队列中。
本发明实施例通过将 SUPERVLAN上送通道划分为多个队列, 使上送 报文可以根据其 SUPERVLAN信息相应上送到对应队列, 各队列各自处理 各自的 SUPERVLAN上送报文,从而流量大的 SUPERVLAN上送报文不会 挤占流量小的 SUPERVLAN上送报文的队列空间, 能够保证网络的稳定。 附图说明
图 2是本发明实施例的组网架构图;
图 3是现有技术中的队列设置图;
图 4是本发明实施例的队列设置图;
图 5是本发明实施例的 CPU队列的调度流程。 具体实施方式
下面通过具体实施方式结合附图对本发明作进一步详细说明。
本发明实施例的一种 SUPERVLAN设置上送队列的方法包括: 将 SUPERVLAN上送 CPU通道划分为多个队列, 每一队列对应一个 SUPERVLAN;
根据上送报文的 SUPERVLAN信息将该上送报文上送到其对应的队列 中。
在将 SUPERVLAN 上送 CPU 通道分成若干队列时, 各个队列与 SUPERVLAN的对应可以采用: 队列号和 SUPERVLAN号——对应, 比如 SUPERVLAN1 3于应队列 1 , SUPERVLAN2 3于应队列 2, ... ... , 依次类推。
报文上送 CPU的时候携带 SUPERVLAN信息, 例如 SUPERVLAN号。 在入队列的时候, 每个 SUPERVLAN 号映射到一个队列, 不同的 SUPERVLAN上送到不同的队列。 报文上送 CPU的时候入队列, 每个上送队列的报文采取先入先出的方 式出队。
队列上送 CPU的调度采用平均值轮转算法,也就是每个队列平均轮换。 从第一个队列轮询到最后一个, 然后再重新从第一个队列开始。
如果队列满, 就将上送报文丟弃; 否则将队列报文上送 CPU处理。 下面结合附图对本发明实施例的 SUPERVLAN设置上送队列的方法进 行评细说明。
如图 1所示, 本发明实施例中, SUPERVLAN上送 CPU队列的流程包 括:
在进入上送流程后, 提取当前报文的 SUPERVLAN 号, 根据 SUPERVLAN号计算队列号。 队列号和 SUPERVLAN号是——对应的 , 例 如, SUPERVLAN1对应队列 1 , SUPERVLAN2对应队列 2,依次类推 ... ...。
判断队列是否已满, 如果队列已满, 丟弃报文; 否则进行入队操作。 下面举例说明网络中需要重新学习 ARP的情况, 如图 2组网所示: ROUTER1通过 SUPERVLAN1和 ROUTER2连接;
ROUTER1通过 SUPERVLAN2和 ROUTER3连接;
PC接入 ROUTER1。
网络正常的时候, PC可以访问 ROUTERl、 ROUTER2和 ROUTER3 的各个接口。
当网络出现异常, ROUTER1 和 ROUTER2之间的链路震荡的时候, ROUTER1会学习不到 ROUTER2的 ARP, 当 PC访问 ROUTER2的时候, 在 ROUTER1 出 口处会因为学习不到 ROUTER2 的 ARP 而进行 SUPERVLAN1上送 CPU, 目的是重新学习 ROUTER2的 ARP, 此时必须 保证能够重新学习到 ROUTER2的 ARP才能恢复网络正常。
同理, PC访问 ROUTER3的时候, 如果 ROUTER1和 ROUTER3的链 路发生震荡, 在 ROUTER1出口处会因为学习不到 ROUTER3的 ARP而进 行 SUPERVLAN2上送 CPU, 重新学习 ROUTER3的 ARP。
下面说明现有技术中,网络中出现的 SUPERVLAN上送了 CPU但是学 习不到 ARP的情况, 如图 3所示:
当 SUPERVLANl和 SUPERVLAN2同时上送到队列中, 由于队列是所 有 SUPERVLAN共用 , 所以 SUPERVLANl和 SUPERVLAN2上送到同一 队列, 流量很大的时候会队列满。
如果 SUPERVLANl上送的流量很大, SUPERVLAN2上送的流量很小, 队列中被 SUPERVLANl上送报文占满, 而 SUPERVLAN2上送报文因为队 列满而被丟弃, 从而无法学习到 ROUTER2的 ARP。
下面说明本发明实施例的技术方案, 如图 4所示:
将 SUPERVLANl和 SUPERVLAN2的上送队列分开,不采用公共的上 送队列, 而是单独为每个 SUPERVLAN 分配一个上送队列空间。 将 SUPERVLANl的上送报文送入队列 1 , 将 SUPERVLAN2的上送报文送入 队列 2 , 这样就不会发生例如因为 SUPERVLAN2 流量大而抢占 SUPERVLANl的队列的问题, 使得 SUPERVLANl和 SUPERVLAN2的上 送报文都能够正常处理。从而使得 SUPERVLANl和 SUPERVLAN2都能正 常学习到 ARP, 保持网络的稳定。
如图 5所示, 本发明实施例中, CPU队列之间的调度流程可以包括:
1、 CPU调度开始后, 从队列 1取出一个报文进行处理;
2、 队列 1结束后, 从队列 2取出一个才艮文处理;
3、 队列 2结束后, 从队列 3取出一个报文处理, 而后依序队列 4、 队 列 ... ..., 直到最后一个队列 N;
4、 队列 N处理结束后, 再转入步驟 1开始新一轮的处理。
本发明实施例中的一种 SUPERVLAN报文的上送装置包括: 队列设置模块,设置为将 SUPERVLAN上送 CPU通道划分为多个队列, 每一队列对应一个 SUPERVLAN;
队列处理模块, 设置为根据上送报文的 SUPERVLAN信息将该上送报 文上送到其对应的队列中。
与现有技术相比较, 本发明提供一种 SUPERVLAN设置上送队列的方 法, 可以保护 CPU 不受到沖击, 并且可以让每一个 SUPERVLAN的上送 报文都能够得到 CPU的处理,各个 SUPERVLAN之间的上送报文不会互相 干扰, 不会让流量大的 SUPERVLAN上送报文挤占流量小的 SUPERVLAN 上送报文队列空间, 从而使得流量小的 SUPERVLAN上送报文得不到处理 而学习 ARP失败而造成网络异常, 更大程度保证了网络的稳定性。 定本发明的具体实施只局限于这些说明。 对于本发明所属技术领域的普通 技术人员来说, 在不脱离本发明构思的前提下, 还可以做出若干简单推演 或替换, 都应当视为属于本发明的保护范围。

Claims

权利要求书
1、 一种超虚拟局域网 SUPERVLAN报文的上送方法, 其中, 该方法包 括:
将 SUPERVLAN上送报文传输的 CPU通道划分为多个队列,每一队列 对应一个 SUPERVLAN;
根据所述上送报文中携带的 SUPERVLAN信息, 将所述上送报文上送 到与其对应的队列中。
2、 如权利要求 1所述的方法, 其中, 所述队列与所述 SUPERVLAN的
3、 如权利要求 1所述的方法, 其中, 该方法还包括: CPU调度队列采 用平均轮换方式。
4、 如权利要求 1所述的方法, 其中, 该方法还包括: 对于每一队列, 当所述队列满时, 丟弃报文; 否则将所述队列中的报文上送 CPU处理。
5、 如权利要求 1所述的方法, 其中, 该方法还包括: 各队列的报文出 队时采用先入先出方式。
6、 一种超虚拟局域网 SUPERVLAN报文的上送装置, 其中, 该装置包 括: 队列设置模块和队列处理模块; 其中,
所述队列设置模块,设置为将 SUPERVLAN上送报文传输的 CPU通道 划分为多个队列, 每一队列对应一个 SUPERVLAN;
所述队列处理模块, 设置为根据所述上送报文中携带的 SUPERVLAN 信息, 将所述上送 ·^艮文上送到与其对应的队列中。
7、 如权利要求 6所述的装置, 其中, 所述队列与所述 SUPERVLAN的
8、 如权利要求 6所述的装置, 其中, 所述队列处理模块, 还设置为当 队列满时, 丟弃报文; 否则将队列中的报文上送 CPU处理。
9、 如权利要求 6所述的装置, 其中, 所述队列处理模块, 还设置为在 队列的报文出队时采用先入先出方式。
PCT/CN2011/080042 2010-11-19 2011-09-22 一种超虚拟局域网报文的上送方法及装置 WO2012065476A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2010105516583A CN102006224A (zh) 2010-11-19 2010-11-19 一种超虚拟局域网报文的上送方法及装置
CN201010551658.3 2010-11-19

Publications (1)

Publication Number Publication Date
WO2012065476A1 true WO2012065476A1 (zh) 2012-05-24

Family

ID=43813310

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/080042 WO2012065476A1 (zh) 2010-11-19 2011-09-22 一种超虚拟局域网报文的上送方法及装置

Country Status (2)

Country Link
CN (1) CN102006224A (zh)
WO (1) WO2012065476A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102006224A (zh) * 2010-11-19 2011-04-06 中兴通讯股份有限公司 一种超虚拟局域网报文的上送方法及装置
CN110677358A (zh) * 2019-09-25 2020-01-10 杭州迪普科技股份有限公司 一种报文处理方法及一种网络设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101035050A (zh) * 2007-03-15 2007-09-12 中兴通讯股份有限公司 一种虚拟局域网聚合的处理方法
CN101494595A (zh) * 2008-01-22 2009-07-29 杭州华三通信技术有限公司 数据报文转发方法、系统以及同轴线路终端、光网络单元
US20090262747A1 (en) * 2008-04-16 2009-10-22 Fujitsu Limited Relaying apparatus and packet relaying method
CN102006224A (zh) * 2010-11-19 2011-04-06 中兴通讯股份有限公司 一种超虚拟局域网报文的上送方法及装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101035050A (zh) * 2007-03-15 2007-09-12 中兴通讯股份有限公司 一种虚拟局域网聚合的处理方法
CN101494595A (zh) * 2008-01-22 2009-07-29 杭州华三通信技术有限公司 数据报文转发方法、系统以及同轴线路终端、光网络单元
US20090262747A1 (en) * 2008-04-16 2009-10-22 Fujitsu Limited Relaying apparatus and packet relaying method
CN102006224A (zh) * 2010-11-19 2011-04-06 中兴通讯股份有限公司 一种超虚拟局域网报文的上送方法及装置

Also Published As

Publication number Publication date
CN102006224A (zh) 2011-04-06

Similar Documents

Publication Publication Date Title
US11412076B2 (en) Network access node virtual fabrics configured dynamically over an underlay network
US8175116B2 (en) Multiprocessor system for aggregation or concatenation of packets
US11418629B2 (en) Methods and systems for accessing remote digital data over a wide area network (WAN)
US6907042B1 (en) Packet processing device
JP5601029B2 (ja) 通信装置及び通信方法、並びにコンピューター・プログラム
US20210297350A1 (en) Reliable fabric control protocol extensions for data center networks with unsolicited packet spraying over multiple alternate data paths
US20060203730A1 (en) Method and system for reducing end station latency in response to network congestion
US20210297351A1 (en) Fabric control protocol with congestion control for data center networks
US9565035B1 (en) Enhanced audio video bridging (AVB) methods and apparatus
US9876612B1 (en) Data bandwidth overhead reduction in a protocol based communication over a wide area network (WAN)
JP2006261873A (ja) パケット転送装置およびその転送制御方式
Xu et al. TinyFlow: Breaking elephants down into mice in data center networks
US9270609B2 (en) Transmission control protocol window size adjustment for out-of-order protocol data unit removal
Satou et al. Server side networking for cloud data centers
JP2021516012A (ja) ネットワークにおけるフロー管理
US9584425B2 (en) Bandwidth optimization using coalesced DUP ACKs
WO2015038902A1 (en) Packet sharing data transmission system and relay to lower latency
US20130279378A1 (en) Cascaded Streaming of Data Through Virtual Chain of Nodes in Hub Topology
WO2000072532A1 (en) System and method for network packet reduction
WO2022028342A1 (zh) 一种拥塞流的处理方法及设备
WO2012065476A1 (zh) 一种超虚拟局域网报文的上送方法及装置
CN107231316B (zh) 报文的传输方法及装置
US20210297343A1 (en) Reliable fabric control protocol extensions for data center networks with failure resilience
JP2005057693A (ja) ネットワーク仮想化システム
Rosen Linux Kernel 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: 11841276

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: 11841276

Country of ref document: EP

Kind code of ref document: A1