You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contiv 1.1.7 as CNI plugin in Kubernetes v1.10.2
Contiv in routing mode with VLAN dataplane.
Peering Contiv with external BGP speaker; all routes mutually exchanged.
However, from within a pod I cannot ping external IP addresses (external to the k8s cluster). No ICMP packets seem to be leaving the compute host. Flow table in OVS seems wrong.
Expected Behavior
Ping should work.
Observed Behavior
Problem seems to be with the OpenFlow rules that point to OF port 0. Zero is an invalid port number AFAIK and does not exist in the dataplane (printout below). Packets get dropped. See action "output:0" below in flow entry " table=7, n_packets=106, n_bytes=10388".
Description
Contiv 1.1.7 as CNI plugin in Kubernetes v1.10.2
Contiv in routing mode with VLAN dataplane.
Peering Contiv with external BGP speaker; all routes mutually exchanged.
However, from within a pod I cannot ping external IP addresses (external to the k8s cluster). No ICMP packets seem to be leaving the compute host. Flow table in OVS seems wrong.
Expected Behavior
Ping should work.
Observed Behavior
Problem seems to be with the OpenFlow rules that point to OF port 0. Zero is an invalid port number AFAIK and does not exist in the dataplane (printout below). Packets get dropped. See action "output:0" below in flow entry " table=7, n_packets=106, n_bytes=10388".
Steps to Reproduce (for bugs)
Your Environment
Question: is this supposed to work or has it never been implemented and tested?
The text was updated successfully, but these errors were encountered: