Searched hist:d7a669dd (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | seg6_local.c | d7a669dd Fri Aug 25 02:56:47 CDT 2017 David Lebrun <david.lebrun@uclouvain.be> ipv6: sr: add helper functions for seg6local
This patch adds three helper functions to be used with the seg6local packet processing actions.
The decap_and_validate() function will be used by the End.D* actions, that decapsulate an SR-enabled packet.
The advance_nextseg() function applies the fundamental operations to update an SRH for the next segment.
The lookup_nexthop() function helps select the next-hop for the processed SR packets. It supports an optional next-hop address to route the packet specifically through it, and an optional routing table to use.
Signed-off-by: David Lebrun <david.lebrun@uclouvain.be> Signed-off-by: David S. Miller <davem@davemloft.net> d7a669dd Fri Aug 25 02:56:47 CDT 2017 David Lebrun <david.lebrun@uclouvain.be> ipv6: sr: add helper functions for seg6local This patch adds three helper functions to be used with the seg6local packet processing actions. The decap_and_validate() function will be used by the End.D* actions, that decapsulate an SR-enabled packet. The advance_nextseg() function applies the fundamental operations to update an SRH for the next segment. The lookup_nexthop() function helps select the next-hop for the processed SR packets. It supports an optional next-hop address to route the packet specifically through it, and an optional routing table to use. Signed-off-by: David Lebrun <david.lebrun@uclouvain.be> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Kconfig | d7a669dd Fri Aug 25 02:56:47 CDT 2017 David Lebrun <david.lebrun@uclouvain.be> ipv6: sr: add helper functions for seg6local
This patch adds three helper functions to be used with the seg6local packet processing actions.
The decap_and_validate() function will be used by the End.D* actions, that decapsulate an SR-enabled packet.
The advance_nextseg() function applies the fundamental operations to update an SRH for the next segment.
The lookup_nexthop() function helps select the next-hop for the processed SR packets. It supports an optional next-hop address to route the packet specifically through it, and an optional routing table to use.
Signed-off-by: David Lebrun <david.lebrun@uclouvain.be> Signed-off-by: David S. Miller <davem@davemloft.net>
|