iovisor / iovisor-ovn

IOVisor OVN integration
Apache License 2.0
67 stars 16 forks source link

github.com/mvbpolito/ repository not found #18

Open mnshrr opened 4 years ago

mnshrr commented 4 years ago

bpf@ebpf-VirtualBox:~/go/src/github.com/iovisor/iomodules$ go get github.com/iovisor/iovisor-ovn/iovisorovnd

cd .; git clone https://github.com/mvbpolito/gosexy /home/ebpf/go/src/github.com/mvbpolito/gosexy

    Cloning into '/home/ebpf/go/src/github.com/mvbpolito/gosexy'...
    remote: Repository not found.
    fatal: repository 'https://github.com/mvbpolito/gosexy/' not found
    package github.com/mvbpolito/gosexy/to: exit status 128
    # cd .; git clone https://github.com/mvbpolito/dhcp4 /home/ebpf/go/src/github.com/mvbpolito/dhcp4
    Cloning into '/home/ebpf/go/src/github.com/mvbpolito/dhcp4'...
    remote: Repository not found.
    fatal: repository 'https://github.com/mvbpolito/dhcp4/' not found
    package github.com/mvbpolito/dhcp4: exit status 128
    package github.com/mvbpolito/gosexy/yaml: cannot find package "github.com/mvbpolito/gosexy/yaml" in any of:
        /usr/local/go/src/github.com/mvbpolito/gosexy/yaml (from $GOROOT)
        /home/ebpf/go/src/github.com/mvbpolito/gosexy/yaml (from $GOPATH)
mauriciovasquezbernal commented 4 years ago

Hi @mnshrr, this repository is totally unmaintained, those missing repositories were associated to my previous Github handle name but I deleted them some time ago.

I think this repo should be archived at this point, @drzaeus77 @frisso any thought?

mnshrr commented 4 years ago

Hi @mauriciovasquezbernal - Thanks for your reply! Any thoughts how I can install iovisorovnd in this case? it failed the installation as I provided here, and then examples (in standalone mode) are also not working

mnshrr commented 4 years ago

Hi @drzaeus77 @frisso ,

I don't know how to find archived repository from git hub, looked up and I could not find anything related for this repo. Could you please direct me for how to find it.? Also in case this repo is not accessible anymore, any though how I can use iovisor examples like nat_router without this installation?

mauriciovasquezbernal commented 4 years ago

@mnshrr unfortunately I don't think there is an easy way to install iovisor-ovn at this point as some of the dependencies are missing. I don't know what are you looking for exactly, polycube (https://github.com/polycube-network/polycube/) contains different virtual network functions implemented in eBPF.

By archiving the repo I meant this https://github.blog/2017-11-08-archiving-repositories/.

frisso commented 4 years ago

@mauriciovasquezbernal @mnshrr I agree, iovisor-ovn is a dead project. We should archive it.