Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-1959

Link flag, MAC and MTU setting for IPv6

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • containerization
    • None

    Description

      Libnl has some issues with virtual devices and rtnl_link_change; therefore a socket is created artificially( int fd = ::socket(AF_INET, SOCK_STREAM, 0);)and ioctl is used to set the flags/ MAC address/ MTU.
      We should investigate if this socket type matters.
      If yes, it can be set to AF_UNSPEC or the socket creation should be done depending on the family type of the link(eg: use rtnl_link_get_family/nl_addr_ger_family).

      Attachments

        Activity

          People

            Unassigned Unassigned
            evelinad Evelina Dumitrescu
            Dominic Hamon Dominic Hamon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: