Obtaining the Source Code
- Create a directory.
1mkdir -p /home/source_code
- Obtain the Open vSwitch source code.
- Copy the source code to the /home/source_code directory on the server.
- 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
Parent topic: openEuler 20.03