module
Version:
v0.0.0-...-feac1bc
Opens a new window with list of versions in this module.
Published: Oct 24, 2018
License: MIT
Opens a new window with license information.
README
¶
nexthop
Dynamic Internet Routing Suite in Go
quick start - Linux
-
install Go from https://golang.org/dl/
-
set GOPATH: export GOPATH=$HOME/devel/nexthop
-
enter development dir: cd $HOME/devel
-
get nexthop: git clone https://github.com/udhos/nexthop
-
build: $HOME/devel/nexthop/lin-build.sh
-
run daemons
rib: sudo $HOME/devel/nexthop/bin/rib
rip: sudo $HOME/devel/nexthop/bin/rip
- access the daemon CLI with TELNET
rib: telnet localhost 2001
rip: telnet localhost 2002
quick start - Windows 8
-
install Go from https://golang.org/dl/
-
set GOPATH: set GOPATH=c:\tmp\devel\nexthop
-
enter development dir: cd c:\tmp\devel
-
get nexthop: git clone https://github.com/udhos/nexthop
-
build: \tmp\devel\nexthop\win-build.cmd
-
run: \tmp\devel\nexthop\win-run.cmd
-
telnet to rib daemon: telnet localhost 2001
==EOF==
Directories
¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tools
|
|
|
|
Click to show internal directories.
Click to hide internal directories.