KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
routemachine
★ 12
Open GitHub ↗
Erlang BGP daemon.
Download README (.md)
Explore Similar Repositories
ac_presentation_shell
:
ART+COMs keynote presentation manager and launcher
Rx433Shield
:
Freetronics 433MHz Receiver Shield for Arduino
Configuratronic-Quikscript-Cheat-Sheet
:
Versatile Quikscript reference.
shift
:
A pure stateless web framework written in Scala
jquery-inline-labels
:
Usable, inline labels for form elements
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
routemachine
?
Download (.md)
RouteMachine ============ Intro ----- This is still a very incomplete BGP daemon. It's being tested only against Quagga so far. If you want to give it a try, do the following: $ git clone git://github.com/andrenth/routemachine.git $ cd routemachine $ vim routemachine.conf $ rebar compile # chown root priv/rtm # chmod u+s priv/rtm $ cd .. $ sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 179 \ -j REDIRECT --to-port 1179 $ erl -pa routemachine/ebin -boot start_sasl \ -eval 'application:start(routemachine).' Debug messages should start showing up in the Erlang shell. When you finish, be sure to run application:stop(routemachine). in the Erlang shell to ensure the routes added by RouteMachine are removed.