GithubHelp home page GithubHelp logo

Comments (4)

chaitanyalala avatar chaitanyalala commented on July 25, 2024
[root@dhcp-swlab-561 kmod]# ifconfig vport0
vport0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 65535
        ether 2e:05:85:61:d4:4d  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 50  bytes 8485 (8.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

[root@dhcp-swlab-561 kmod]# ifconfig vport0 down; ifconfig vport0 hw ether 56:23:79:68:e9:aa; ifconfig vport0 up 
[root@dhcp-swlab-561 kmod]# ifconfig vport0
vport0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 65535
        ether 56:23:79:68:e9:aa  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 50  bytes 8485 (8.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

[root@dhcp-swlab-561 kmod]# 

from bess.

sangjinhan avatar sangjinhan commented on July 25, 2024

Thanks! The patch was added to the develop branch. While the MAC address doesn't do anything special in the vport driver at the moment, the changed MAC address must be reflected to the bessd process. To implement this functionality we will need a custom handler rather than the generic eth_mac_addr() function.

from bess.

chaitanyalala avatar chaitanyalala commented on July 25, 2024

Can you give a few pointers on what that custom function would do ? I mean would it communicate back to user-space and then ( like a proxy) something would relay that information to bessd ? Or is there some other communication channel we can use for this purpose ?

from bess.

sangjinhan avatar sangjinhan commented on July 25, 2024

Oh, please ignore my previous comment. Since you are changing the MAC address of kernel-side interface (not the bess-side), bessd does not need to know the change.

Ideally, the kernel-side interface and the bess-side interface would need to have separate MAC addresses (especially for cases where bess is not running as a transparent bridge; e.g., IP router). Currently no interface is provided to do that, and BESS implicitly assumes those two sides of vport have the same MAC address.

from bess.

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.