summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMinxi Hou <houminxi@gmail.com>2026-05-23 01:41:53 +0800
committerJakub Kicinski <kuba@kernel.org>2026-05-26 17:17:41 -0700
commitb82bfddc46e20d3ebb57c23bc8b8c831b7ca9f88 (patch)
tree1b4547578b3e6e3d5fdf389dd461688374e11675 /scripts
parent18b9f739d3f292925ca7f67ad63f3a4c0bbfad3d (diff)
netlink: specs: add OVS packet family specification
Add YAML netlink spec for the OVS_PACKET_FAMILY (ovs_packet). This completes the set of OVS genetlink family specs (ovs_datapath, ovs_flow, ovs_vport already exist). The spec defines three operations: MISS (event), ACTION (event), and EXECUTE (do). MISS and ACTION are kernel-to-userspace upcalls sent via genlmsg_unicast(); EXECUTE is the only registered genl operation. Key, actions, and egress-tun-key attributes are typed as binary rather than nest because the nested attribute definitions belong to the ovs_flow spec and cross-spec references are not supported by the YNL framework. Signed-off-by: Minxi Hou <houminxi@gmail.com> Link: https://patch.msgid.link/20260522174154.720293-2-houminxi@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions