我要评分
获取效率
正确性
完整性
易理解

Obtaining the Source Code

  1. Create a directory.
    1
    mkdir -p /home/source_code
    
  2. Obtain the Open vSwitch source code.
  3. Copy the source code to the /home/source_code directory on the server.
  4. Go to the directory and decompress the source package.
    1
    2
    cd /home/source_code
    tar -xzf openvswitch-2.12.0.tar.gz && rm -f openvswitch-2.12.0.tar.gz