Giter Site home page Giter Site logo

Comments (6)

tgraf avatar tgraf commented on May 21, 2024

Was cilium_host the only interface with an IPv6 address on it?

from cilium.

aanm avatar aanm commented on May 21, 2024

With the scope global yes.

from cilium.

tgraf avatar tgraf commented on May 21, 2024

OK, that explains it. I think we can change the scope to host as packets on that interface never leave the host.

from cilium.

tgraf avatar tgraf commented on May 21, 2024

Can you try

ip addr add $HOST_IP/128 dev $HOST_DEV1 scope host

in bpf/init.sh?

from cilium.

aanm avatar aanm commented on May 21, 2024

doesn't work, seems like f00d:: is mandatory to be scope global.

sudo ip addr del f00d::c0a8:66:0:ffff/128 dev cilium_host 2> /dev/null || true
sudo ip addr add f00d::c0a8:66:0:ffff/128 dev cilium_host scope host
ip -6 a s cilium_host
52: cilium_host@cilium_net: <BROADCAST,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 state UP qlen 1000
    inet6 f00d::c0a8:66:0:ffff/128 scope global 
       valid_lft forever preferred_lft forever
    inet6 fe80::a86d:ffff:fe8c:cf/64 scope link 
       valid_lft forever preferred_lft forever

Should we change the f00d prefix?

from cilium.

tgraf avatar tgraf commented on May 21, 2024

Possible solution: use of a site local IPv6 address for the cilium_host

from cilium.

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.