GithubHelp home page GithubHelp logo

Comments (3)

antoninbas avatar antoninbas commented on August 17, 2024

Thanks for reporting this. It's not always the same subtest failing as far as I can tell, but I keep experiencing this issue with the Jenkins job.

from antrea.

rajnkamr avatar rajnkamr commented on August 17, 2024

It seems to be consistently failing specially for destination pod as vlan IPAM pod with src pod selector configuration.

from antrea.

rajnkamr avatar rajnkamr commented on August 17, 2024

apiVersion: crd.antrea.io/v1beta1
kind: ClusterNetworkPolicy
metadata:
name: acnp-with-drop-a
spec:
priority: 1
appliedTo:

  • podSelector:
    matchLabels:
    pod: a
    ingress:
  • action: Drop
    from:
  • podSelector: {}
    enableLogging: true

wrt applied ingress drop policy , NAT is done when sending traffic from non vlan pod to vlan pod due to iptables rules added during docker bridge creation.
connntrack log shows the src ip being changed due to iptable rules
ovs-appctl dpctl/dump-conntrack
tcp,orig=(src=192.168.241.1,dst=192.168.241.100,sport=40800,dport=80),reply=(src=192.168.241.100,dst=192.168.241.1,sport=80,dport=40800),zone=4107,mark=4,protoinfo=(state=TIME_WAIT)
after removing iptable rules in kind test bed, ingress policy drop tests have passed

from antrea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.