takada | 1 Dec 2011 20:40
Favicon

[zebra 23343] Do you qualify?

WHAT A GREAT IDEA!

Ring anytime 1-404-549-4731

We provide a concept that will allow anyone with sufficient work experience to
obtain a fully verifiable University Degree.
Bachelors, Masters or even a Doctorate.

Think of it, within four to six weeks, you too could be a college graduate.
Many people share the same frustration, they are doing the work of the person
that has the degree and the person that has the degree is getting all the money.
Don't you think that it is time you were paid fair compensation for the level of
work you are already doing?

This is your chance to finally make the right move and receive your due
benefits.
If you are more than qualified with your experience, but are lacking that
prestigious piece of paper known as a diploma that is often the passport to
success.

CALL US TODAY AND GIVE YOUR WORK
EXPERIENCE THE CHANCE TO EARN YOU
THE HIGHER COMPENSATION YOU DESERVE!

Ring anytime 1-404-549-4731
takada | 1 Dec 2011 18:37
Favicon

[zebra 23342] Time, Money, Keeping you from earning the Degree you deserve?

WHAT A GREAT IDEA!

Ring anytime 1-404-549-4731

We provide a concept that will allow anyone with sufficient work experience to
obtain a fully verifiable University Degree.
Bachelors, Masters or even a Doctorate.

Think of it, within four to six weeks, you too could be a college graduate.
Many people share the same frustration, they are doing the work of the person
that has the degree and the person that has the degree is getting all the money.
Don't you think that it is time you were paid fair compensation for the level of
work you are already doing?

This is your chance to finally make the right move and receive your due
benefits.
If you are more than qualified with your experience, but are lacking that
prestigious piece of paper known as a diploma that is often the passport to
success.

CALL US TODAY AND GIVE YOUR WORK
EXPERIENCE THE CHANCE TO EARN YOU
THE HIGHER COMPENSATION YOU DESERVE!

Ring anytime 1-404-549-4731
takada | 1 Dec 2011 16:45
Favicon

[zebra 23341] Bachelors, Masters, MBA, PhD can be yours in 4 weeks if you qualify.

WHAT A GREAT IDEA!

Ring anytime 1-404-549-4731

We provide a concept that will allow anyone with sufficient work experience to
obtain a fully verifiable University Degree.
Bachelors, Masters or even a Doctorate.

Think of it, within four to six weeks, you too could be a college graduate.
Many people share the same frustration, they are doing the work of the person
that has the degree and the person that has the degree is getting all the money.
Don't you think that it is time you were paid fair compensation for the level of
work you are already doing?

This is your chance to finally make the right move and receive your due
benefits.
If you are more than qualified with your experience, but are lacking that
prestigious piece of paper known as a diploma that is often the passport to
success.

CALL US TODAY AND GIVE YOUR WORK
EXPERIENCE THE CHANCE TO EARN YOU
THE HIGHER COMPENSATION YOU DESERVE!

Ring anytime 1-404-549-4731
Paul URVOAS | 1 Aug 2011 09:51
Picon

[zebra 23338] Re: Need to include a new program in zebra project

The program I want to add to Zebra is in the directory /zebra/meas


I do not have any skills with automake/autoconf. Which line I have to add in /meas/Makefile.am ??


The source code is as follow :

##### meas_main.c

#include "zebra.h"
#include "stream.h"

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#define INVALID_SOCKET -1
#define SOCKET_ERROR -1
#define closesocket(s) close(s)
typedef int SOCKET;
typedef struct sockaddr_in SOCKADDR_IN;
typedef struct sockaddr SOCKADDR;

#define PORT 2616

enum DragonMeasMessage {
Message1 = 1,
Message2 = 2
};



int
main (int argc, char **argv)
{
int n=0;
SOCKET sock;
SOCKADDR_IN sin;

u_int8_t message = Message1;
u_int8_t msgLength;;

struct stream *s;

/* Création de la socket */
sock = socket(AF_INET, SOCK_STREAM, 0);

/* Configuration de la connexion */
sin.sin_addr.s_addr = htonl (INADDR_LOOPBACK);
sin.sin_family = AF_INET;
sin.sin_port = htons(PORT);

/* Si le client arrive à  se connecter */
if(connect(sock, (SOCKADDR*)&sin, sizeof(sin)) != SOCKET_ERROR)
printf("Connexion à  %s sur le port %d\n", inet_ntoa(sin.sin_addr), htons(sin.sin_port));
else
printf("Impossible de se connecter\n");


stream_putl(s, msgLength);
stream_putl(s, message);
//write (sock, STREAM_DATA(s), msgLength);


/* On ferme la socket précédemment ouverte */
closesocket(sock);
exit (0);
}

#####


2011/7/29 Yasuhiro Ohara <yasu <at> jaist.ac.jp>

The most simple way is to add 3 lines in Makefile.am,
and run automake/autoconf.

Could you show me the source code ?

regards,
yasu

From: Paul URVOAS <paul.urvoas <at> gmail.com>
Subject: [zebra 23336] Need to include a new program in zebra project
Date: Fri, 29 Jul 2011 11:37:23 +0200
Message-ID: <CALaN9wx+pUu-ix31yuKprQoUkm5BzkLTsLY9ZdE9by3xp5cBpQ <at> mail.gmail.com>

> Hi,
>
> I am begining a project using zebra in order to develop a GMPLS
> implementation.
>
> I would like to create a new process which would communicate with ospfd
> using sockets (functions stream_put) and therefore I want to include
> zebra.h. When I want to compile my program manually, I get the compiler
> message : *stream_putl undefined reference*.
>
> Should I have to include my program in zebra project using makefile etc.. If
> yes how can I get the makefiles I need ?
>
> Should I have to compile my program manually ? (this is a pretty simple
> program just using zebra.h)
>
> If you have some tips, please let me know ;)
>
>
> Paul,
> Intern France Télécom

_______________________________________________
Zebra mailing list
Zebra <at> ml.zebra.org
http://ml.zebra.org/mailman/listinfo/zebra
Anant Tamgole | 31 Jul 2011 05:17

[zebra 23337] Check out my photos on Facebook

facebook
Hi Zebra,
Anant Tamgole is inviting you to join Facebook. Once you join, you'll be able to see updates, photos and more from all of these friends ...and share your own!
Anant Tamgole
85 friends · 1 photo · 8 Wall posts · 1 group
Join Facebook
zebra <at> ml.zebra.org was invited to join Facebook by Anant Tamgole. If you don't want to receive these emails from Facebook in the future or have your email address used for friend suggestions, you can unsubscribe. Learn More about this email. Facebook, Inc. P.O. Box 10005, Palo Alto, CA 94303
_______________________________________________
Zebra mailing list
Zebra <at> ml.zebra.org
http://ml.zebra.org/mailman/listinfo/zebra
Paul URVOAS | 29 Jul 2011 11:37
Picon

[zebra 23336] Need to include a new program in zebra project

Hi,

I am begining a project using zebra in order to develop a GMPLS implementation.

I would like to create a new process which would communicate with ospfd using sockets (functions stream_put) and therefore I want to include zebra.h. When I want to compile my program manually, I get the compiler message : stream_putl undefined reference.

Should I have to include my program in zebra project using makefile etc.. If yes how can I get the makefiles I need ?

Should I have to compile my program manually ? (this is a pretty simple program just using zebra.h)

If you have some tips, please let me know ;)


Paul,
Intern France Télécom

_______________________________________________
Zebra mailing list
Zebra <at> ml.zebra.org
http://ml.zebra.org/mailman/listinfo/zebra
rajiv srinivas | 27 Jul 2011 15:53
Picon
Favicon

[zebra 23335] (no subject)

http://www.jasoncampbell.net/wordpress/wp-content/themes/26ty.htm
_______________________________________________
Zebra mailing list
Zebra <at> ml.zebra.org
http://ml.zebra.org/mailman/listinfo/zebra
rajiv srinivas | 25 Jul 2011 22:49
Picon
Favicon

[zebra 23334] (no subject)

http://apple8store.com/invitefriends.htm
_______________________________________________
Zebra mailing list
Zebra <at> ml.zebra.org
http://ml.zebra.org/mailman/listinfo/zebra
kaberi majumdar | 25 Jul 2011 06:26
Favicon

[zebra 23333] Fw: Can Zebra initiate, send and recieve data traffic

Note: Forwarded message attached

-- Original Message --

From: "kaberi majumdar" kaberimajumdar <at> rediffmail.com
To: zebra-request <at> ml.zebra.org
Cc: kaberimajumdar <at> rediffmail.com
Subject: Can Zebra initiate, send and recieve data traffic


Treat yourself at a restaurant, spa, resort and much more with Rediff Deal ho jaye!
Favicon
From: kaberi majumdar <kaberimajumdar <at> rediffmail.com>
Subject: Can Zebra initiate, send and recieve data traffic

Hi Zebra Users and Support Team,

I have a very basic query regarding the Zebra usage:
Can we generate, send and then recieve any valid traffic stream using zebra?


-Thanks in Advance,
Kaberi


Treat yourself at a restaurant, spa, resort and much more with Rediff Deal ho jaye!
_______________________________________________
Zebra mailing list
Zebra <at> ml.zebra.org
http://ml.zebra.org/mailman/listinfo/zebra
rajiv srinivas | 23 Jul 2011 09:23
Picon
Favicon

[zebra 23332] (no subject)

http://accureaders.com/images/thankyou.htm
_______________________________________________
Zebra mailing list
Zebra <at> ml.zebra.org
http://ml.zebra.org/mailman/listinfo/zebra
Marlon Guzman | 23 Jun 2011 07:39
Picon

[zebra 23330] BGP

Hi,

How does Zebra work? I need a BGP capable router but it's too expensive. Do I just need to install Zebra on a GNU/Linux box and make that as the BGP router? We will use BGP for ASN (APNIC).

Thanks!

--
Marlon D. Guzman
Systems Administrator

24/7 Support Hotline: 632.937.4091 and 632.697.5450
Smart: 0908.876.0226
Globe: 0915.205.4922
Sun: 0922.885.1362

_______________________________________________
Zebra mailing list
Zebra <at> ml.zebra.org
http://ml.zebra.org/mailman/listinfo/zebra

Gmane