]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/packets.h
Support for match & set ICMPv6 reserved and options type fields
[mirror_ovs.git] / lib / packets.h
index 09a0ac3ef21655f5b5b4a6a748cd2648c2d1bb55..fcd90b39078692884dd28aeeaffca83a4e0fd902 100644 (file)
@@ -1543,6 +1543,9 @@ void packet_set_sctp_port(struct dp_packet *, ovs_be16 src, ovs_be16 dst);
 void packet_set_icmp(struct dp_packet *, uint8_t type, uint8_t code);
 void packet_set_nd(struct dp_packet *, const struct in6_addr *target,
                    const struct eth_addr sll, const struct eth_addr tll);
+void packet_set_nd_ext(struct dp_packet *packet,
+                       const ovs_16aligned_be32 rso_flags,
+                       const uint8_t opt_type);
 
 void packet_format_tcp_flags(struct ds *, uint16_t);
 const char *packet_tcp_flag_to_string(uint32_t flag);