Lines Matching full:append
499 self["attrs"].append(["OVS_ACTION_ATTR_DROP", reason])
509 self["attrs"].append(["OVS_ACTION_ATTR_OUTPUT", output])
521 self["attrs"].append(["OVS_ACTION_ATTR_RECIRC", recircid])
534 self["attrs"].append([flat_act[1], True])
544 self["attrs"].append(("OVS_ACTION_ATTR_CLONE", subacts))
568 ctact["attrs"].append([scan[1], datum])
571 ctact["attrs"].append([scan[1], None])
605 natact["attrs"].append([t, None])
608 natact["attrs"].append(
612 natact["attrs"].append(
616 natact["attrs"].append(
620 natact["attrs"].append(
631 natact["attrs"].append([natscan[1], None])
634 ctact["attrs"].append(["OVS_CT_ATTR_NAT", natact])
637 self["attrs"].append(["OVS_ACTION_ATTR_CT", ctact])
1309 mask["attrs"].append([field[0], m])
1310 self["attrs"].append([field[0], k])
1527 msg["attrs"].append(["OVS_DP_ATTR_NAME", dpname])
1553 msg["attrs"].append(["OVS_DP_ATTR_NAME", dpname])
1567 msg["attrs"].append(["OVS_DP_ATTR_UPCALL_PID", procarray])
1568 msg["attrs"].append(["OVS_DP_ATTR_USER_FEATURES", dpfeatures])
1570 msg["attrs"].append(["OVS_DP_ATTR_UPCALL_PID", [0]])
1591 msg["attrs"].append(["OVS_DP_ATTR_NAME", dpname])
1680 msg["attrs"].append(["OVS_VPORT_ATTR_NAME", vport_name])
1682 msg["attrs"].append(["OVS_VPORT_ATTR_PORT_NO", portno])
1705 msg["attrs"].append(["OVS_VPORT_ATTR_TYPE", port_type])
1706 msg["attrs"].append(["OVS_VPORT_ATTR_NAME", vport_ifname])
1707 msg["attrs"].append(
1730 msg["attrs"].append(["OVS_VPORT_ATTR_NAME", vport_ifname])
1737 msg["attrs"].append(["OVS_VPORT_ATTR_UPCALL_PID", [p.epid]])
1755 msg["attrs"].append(["OVS_VPORT_ATTR_NAME", vport_ifname])
1884 self["attrs"].append(
1897 self["attrs"].append(
1911 self["attrs"].append(["OVS_FLOW_ATTR_KEY", k])
1912 self["attrs"].append(["OVS_FLOW_ATTR_MASK", m])
1916 self["attrs"].append(["OVS_FLOW_ATTR_ACTIONS", a])