summaryrefslogtreecommitdiffstats
path: root/zebra/irdp_main.c
Commit message (Collapse)AuthorAgeFilesLines
* 2004-10-22 Paul Jakma <paul@dishone.st>paul2004-10-221-1/+1
| | | | | * ospfd/ospf_packet.c: setsockopt_pktinfo -> setsockopt_ifindex * zebra/irdp_main.c: ditto
* Compiler warnings fixes.hasso2004-09-261-0/+1
|
* 2004-09-24 Paul Jakma <paul@dishone.st>paul2004-09-241-41/+39
| | | | | | | | | | | | * irdp_{interface,main}.c: lists typedef removal cleanup. update some list loops to LIST_LOOP. some miscellaneous style and indent fixups. (no_ip_irdp_address_preference_cmd) Fix delete of referenced node in loop. * irdp_packet.c: (irdp_recvmsg) Fix buggy assignment of integer to pointer. * if_ioctl{,_solaris}.c: lists typedef removal cleanup. update some list loops to LIST_LOOP.
* 2004-08-19 Paul Jakma <paul@dishone.st>paul2004-08-191-1/+1
| | | | | | * irdp_main.c: update to match sockopt renames. * irdp_packet.c: include sockopt.h and update to match sockopt renames.
* 2004-07-23 Paul Jakma <paul@dishone.st>paul2004-07-231-3/+1
| | | | | | * irdp_main.c: use setsockopt_pktinfo_ipv4 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and getsockopt_pktinfo_ifindex()
* Creating irdp socket requires more privileges.hasso2004-07-131-0/+12
|
* OK, here it is - irdp support. But don't expect me to fix any bugs in it.hasso2004-06-121-0/+347