summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-041-1/+1
| | | | | | | | | | | | | | | | * configure.ac: Added test for broken CMSG_FIRSTHDR macro (relevant for Solaris 8 and unpatched Solaris 9, don't know whether other platforms are affected). * zebra.h: Define ZCMSG_FIRSTHDR appropriately based on whether config.h indicates HAVE_BROKEN_CMSG_FIRSTHDR (as determined by the configure test program). * sockopt.c: (getsockopt_cmsg_data) Use ZCMSG_FIRSTHDR instead of CMSG_FIRSTHDR. * rtadv.c: (rtadv_recv_packet,rtadv_send_packet) Use ZCMSG_FIRSTHDR instead of CMSG_FIRSTHDR. * ripd.c: (rip_recvmsg) Use ZCMSG_FIRSTHDR instead of CMSG_FIRSTHDR. * ripngd.c: (ripng_recv_packet) Use ZCMSG_FIRSTHDR instead of CMSG_FIRSTHDR.
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-30/+30
| | | | * *.c: Change level of debug messages to LOG_DEBUG.
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-4/+4
| | | | | * global: Replace strerror with safe_strerror. And vtysh/vtysh.c needs to include "log.h" to pick up the declaration.
* Sync with changes in lib. Make more strings const.hasso2004-10-111-1/+1
|
* Only warning left is the known lvalue problem in ripng_nexthop.c.hasso2004-10-081-5/+6
|
* Compiler warnings fixes.hasso2004-09-261-6/+12
|
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-6/+6
|
* 2004-09-17 Paul Jakma <paul@dishone.st>paul2004-09-171-11/+0
| | | | | | | | * ripngd/ripngd.c: move setsockopt_so_recvbuf to lib. * lib/sockopt.{c,h}: Add setsockopt_so_recvbuf, for ripd and ripngd. * ripd/ripd.c: set receive buffer to a decent size, some systems have low defaults. Problem noted and fix suggested by Stephan Schweizer in [zebra 20967].
* Cosmetical fixes in vty help.hasso2004-09-111-3/+3
|
* 2003-11-17 Hasso Tepper <hasso@estpak.ee>paul2003-11-171-4/+14
| | | | | * ripngd/ripngd.c: ripng_make_socket() add calls to raise/lower privs.
* Apply redistribution route-map's correctly.hasso2003-06-021-1/+1
|
* Ripngd part of 6Wind patch.hasso2003-05-251-325/+875
|
* Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Usedhasso2003-05-241-2/+2
| | | | | same idea as in lib/distribute.c to allow extract.pl to pick up commands for vtysh.
* From: Hasso Tepperpaul2003-04-231-6/+6
| | | | | | This one fixes "router xxx" node commands in vtysh. Don't get "unknown command" error when entering "passive-interface eth0" command while ospfd and ospf6d running etc.
* Hasso Tepperpaul2003-04-191-3/+3
| | | | | | | http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch Allows to extract.pl to pickup "route-map xxx in/out dev" commands for vtysh (ripngd). As lib/if_rmap.[c|h] are used in ripngd only, I moved them to the ripngd/ directory.
* Initial revisionpaul2002-12-131-0/+2526