Installing quagga and Boeing’s implementation of OSPF MDR extension for running in GTNetS

1. Download quagga-0.99.9.tar.gz from http://hipserver.mct.phantomworks.org/ietf/ospf/ and run:

tar xvfz quagga-0.99.9.tar.gz

2. Download quagga-0.99.9.ospfv3-manetmdr-gtnets.patch from http://hipserver.mct.phantomworks.org/ietf/ospf/ to the quagga folder in 1. Run the following command:

patch -p1 < quagga-0.99.9.ospfv3-manetmdr-gtnets.patch

3. Run the following command in the quagga folder:

./configure

4. Comment out #define VERSION “0.99.9″ in config.h

5. Goto SRC/ under GTNetS directory and create a link to the quagga directory as follows:

ln -s  /home/user/quagga-0.99.9/ quagga

6. Goto GTNets and run the following command:

make depend

make debug

The installation is now completed

Advertisement

3 Responses to “Installing quagga and Boeing’s implementation of OSPF MDR extension for running in GTNetS”

  1. AliceO Says:

    another thing, i am running GTNetS on Windows not on Linux, and i realize most of this commands are Unix commands
    what do you suggest pls.
    By the way , i ran into your blog via google, love it, thanks for all the posts

    • nauy Says:

      To save a patch, click on the appropriate link, and you will see a page containing text. Copy the text and save it to a file.
      I have not tried installing GTNets on Windows so I cannot help you there. Patching is a tool in linux/unix. I am not sure if Windows provides support for patching, however a quick search, I saw there are also
      third party programs for patching in Windows. But I have not tried it.

      Even though you have succeeded with patching, there may be a challenge with building the source codes as the codes are probably developed on a linux/unix platform.
      The easiest way is to install it on a linux platform, but you can also try it on Windows. Good luck!

  2. AliceO Says:

    HI
    so
    i finally moved to Linux, but now i am having problem running make depend on the GTNetS directory after patching, it is showing an application-ospf6d.h error that the directory/file cannot be found, did you encounter this please

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.