Age | Commit message (Expand) | Author |
2005-01-18 | Rewriting the lladdr can now be done without using mbuf tags. | Marco Pfatschbacher |
2005-01-06 | spacing | Theo de Raadt |
2005-01-06 | Attach multicast to the carp interface for IPv6 (makes it consistent with | Ryan Thomas McBride |
2005-01-06 | Error path cleanups for carp_output. Use ENOBUFS instead of ENOMEM when | Christopher Pascoe |
2005-01-06 | Tag all packets sent via a CARP interface for link local address | Christopher Pascoe |
2005-01-04 | Move processing of ARP packets for CARP addresses to the carp interface | Christopher Pascoe |
2004-12-22 | Instead of running carp_setroute synchronously, use if_addrhooks to get a | Christopher Pascoe |
2004-12-19 | #define sc_if sc_ac.ac_if, makes things a little more readable, and | Ryan Thomas McBride |
2004-12-19 | Make it possible for carp to work on fddi and token ring again. | Ryan Thomas McBride |
2004-12-18 | Decrement carp_suppress_preempt when detaching an interface that has | Christopher Pascoe |
2004-12-17 | Temporary fix to get IPv6 working again. | Marco Pfatschbacher |
2004-12-17 | Reorder code in the ethernet output path, and enhance unicast address | Christopher Pascoe |
2004-12-17 | Remember to decrement carp_suppress_preempt when detaching. | Ryan Thomas McBride |
2004-12-15 | Add IFF_NOARP to carp interface, we want arp requests to be handled via | Ryan Thomas McBride |
2004-12-15 | * fix the multicast memberships removal | Patrick Latifi |
2004-12-10 | Add carp_set_enaddr(), call carp_set_state() after changing the vhid | Ryan Thomas McBride |
2004-12-10 | Rename carp_output() to carp_fix_lladdr(). | Ryan Thomas McBride |
2004-12-08 | * knf | Patrick Latifi |
2004-12-08 | Remove code duplication duplication. Use carpdetach() in carp_clone_destroy(). | Ryan Thomas McBride |
2004-12-08 | Merge in more fixes from a pre-carpdev diff from Chris Pascoe. | Ryan Thomas McBride |
2004-12-08 | Check if_type in carp_carpdev_state() to make sure we're not | Ryan Thomas McBride |
2004-12-07 | Convert carp(4) to behave more like a regular interface, much in the same | Ryan Thomas McBride |
2004-11-30 | Use %s, not %d to print the interface name. From Max Laier. | Ryan Thomas McBride |
2004-11-28 | Reverse bogus sc == NULL check in CARP_LOG(), from Max Laier. | Ryan Thomas McBride |
2004-11-17 | Improved logging for advertisement failures: Add some carpstats.carps_onomem++ | Ryan Thomas McBride |
2004-11-16 | Call arprequest/ether_output at splsoftnet(). From Chris Pascoe. | Ryan Thomas McBride |
2004-10-28 | define IFT_CARP, and set if_type to that on carp interfaces instead | Henning Brauer |
2004-10-06 | Unbreak tcpdump on the carp interface; variable shadowing pointed out by | Ryan Thomas McBride |
2004-10-05 | Call ip_output at splsoftnet() when sending advertisements; also don't stop | Ryan Thomas McBride |
2004-09-18 | Oops, copy a pointer to ac_if, not the first bytes of the struct itself. | Ryan Thomas McBride |
2004-09-18 | Store the carp interface ifp in PACKET_TAG_CARP instead of a pointer to | Ryan Thomas McBride |
2004-09-16 | Clean up CARP_LOG macro and include the physical interface | Ryan Thomas McBride |
2004-08-31 | Prevent backup CARP hosts from replying to arp requests, fixes strangeness | Ryan Thomas McBride |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-10 | zero the cif struct correctly. | Ryan Thomas McBride |
2004-06-10 | Plug a memory leak in carp_clone_destroy() | Ryan Thomas McBride |
2004-05-31 | initialize struct carp_if and let vhif_nvrs counter work. ok mcbride@ | Marco Pfatschbacher |
2004-05-30 | compile without INET6; ok mcbride | Peter Valchev |
2004-05-29 | Remove multicast addresses and promiscuous mode when destroying the | Ryan Thomas McBride |
2004-05-29 | carp_ioctl() happens after ifioctl(); check flags correctly so that | Ryan Thomas McBride |
2004-05-25 | let sc_counter wrap automatically, ok mcbride@ | Jolan Luff |
2004-05-24 | Check for sc->sc_ifp != NULL in carp_setroute(). Running dhclient on the | Ryan Thomas McBride |
2004-05-16 | When we back off due to problems with the physical interface, advertise | Ryan Thomas McBride |
2004-05-16 | Remove useless test pointed out by Frank Denis <j@pureftpd.org>. | Ryan Thomas McBride |
2004-05-13 | Act like our advskew is 240 when receiving packets as well as sending if | Ryan Thomas McBride |
2004-05-13 | Add cloned interface destruction to carp (ifconfig carp0 destroy). | Ryan Thomas McBride |
2004-05-13 | KNF | Ryan Thomas McBride |
2004-05-10 | Make sure advskew set correctly in advertisement when configured to a value | Ryan Thomas McBride |
2004-05-08 | If a carp interface has more than CARP_SENDAD_MAX_ERRORS failed | Ryan Thomas McBride |
2004-04-28 | Make carp(4) aware of its physical interface: | Ryan Thomas McBride |