X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Flinux%2Fcompat%2Finclude%2Fnet%2Fnetlink.h;h=be118edcb0c9a44a9723cf585b1d32ff21171e2e;hb=df2c07f4338faac04f4969f243fe4e8083b309ac;hp=10558b07792934d2675ff2e6665c19d9a89e5e58;hpb=1c313b88e1ba908b4f30ce2b3702d57e8f4d9a38;p=sliver-openvswitch.git diff --git a/datapath/linux/compat/include/net/netlink.h b/datapath/linux/compat/include/net/netlink.h index 10558b077..be118edcb 100644 --- a/datapath/linux/compat/include/net/netlink.h +++ b/datapath/linux/compat/include/net/netlink.h @@ -7,9 +7,9 @@ #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29) /* Before v2.6.29, a NLA_NESTED attribute, if it was present, was not allowed * to be empty. However, OVS depends on the ability to accept empty - * attributes. For example, a present but empty ODP_FLOW_ATTR_ACTIONS on - * ODP_FLOW_CMD_SET replaces the existing set of actions by an empty "drop" - * action, whereas a missing ODP_FLOW_ATTR_ACTIONS leaves the existing + * attributes. For example, a present but empty OVS_FLOW_ATTR_ACTIONS on + * OVS_FLOW_CMD_SET replaces the existing set of actions by an empty "drop" + * action, whereas a missing OVS_FLOW_ATTR_ACTIONS leaves the existing * actions, if any, unchanged. * * NLA_NESTED is different from NLA_UNSPEC in only two ways: