{"id":18739932,"url":"https://github.com/withlin/ovs-docker-quagga-tutorial","last_synced_at":"2026-01-26T19:22:24.870Z","repository":{"id":96511556,"uuid":"366620383","full_name":"withlin/ovs-docker-quagga-tutorial","owner":"withlin","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-12T12:01:13.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-28T18:32:40.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/withlin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-12T06:51:31.000Z","updated_at":"2021-05-22T15:48:11.000Z","dependencies_parsed_at":"2023-07-06T09:01:43.478Z","dependency_job_id":null,"html_url":"https://github.com/withlin/ovs-docker-quagga-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/withlin%2Fovs-docker-quagga-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/withlin%2Fovs-docker-quagga-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/withlin%2Fovs-docker-quagga-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/withlin%2Fovs-docker-quagga-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/withlin","download_url":"https://codeload.github.com/withlin/ovs-docker-quagga-tutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239619570,"owners_count":19669447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T15:37:56.443Z","updated_at":"2026-01-26T19:22:19.850Z","avatar_url":"https://github.com/withlin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ovs-docker-quagga-tutorial\n\n\n## 环境要求\n\ncentos7 5.12.0-1.el7.elrepo.x86_64 docker openswitch\n\n## openvswitch-2.15.0安装\n\n```text\n\nyum install wget openssl-devel  python-sphinx gcc make python-devel openssl-devel kernel-devel graphviz kernel-debug-devel autoconf automake rpm-build redhat-rpm-config libtool python-twisted-core python-zope-interface PyQt4 desktop-file-utils libcap-ng-devel groff checkpolicy selinux-policy-devel gcc-c++ python-six unbound unbound-devel  python3-sphinx libunwind-devel -y\n\ncurl -OL https://www.openvswitch.org/releases/openvswitch-2.15.0.tar.gz\n\nmkdir -p ~/rpmbuild/SOURCES\n\nmv openvswitch-2.15.0.tar.gz /root/rpmbuild/SOURCES/\n\ncd /root/rpmbuild/SOURCES/\n\ntar -xvzf openvswitch-2.15.0.tar.gz\n\nrpmbuild -bb --nocheck openvswitch-2.15.0/rhel/openvswitch.spec\n\nyum localinstall /root/rpmbuild/RPMS/x86_64/openvswitch-2.15.0-1.x86_64.rpm -y\n\nsystemctl start openvswitch.service\n\n\nsystemctl enable openvswitch.service\n\n```\n\n### 拉取必要的镜像\n\n```text\n\ndocker pull centos:7\n\ndocker run -itd --privileged=true --name quagga centos:7 /bin/bash \n\ndocker exec -it quagga yum update -y\n\ndocker exec -it quagga yum install quagga net-tools vim screen -y\n\ndocker commit quagga quagga\n\n```\n\n### 增加网桥\n\n```text\n\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwithlin%2Fovs-docker-quagga-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwithlin%2Fovs-docker-quagga-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwithlin%2Fovs-docker-quagga-tutorial/lists"}