Project

General

Profile

« Previous | Next » 

Revision 8e9c0681

Added by Scott Ullrich about 16 years ago

Improve the matching of carp ints to IPs.
Previously this stristr substring match would return incorrect/unexpected results. 10.0.0.1 would also match 10.0.0.16, 10.0.0.135. Adding a space to the IP to check will only match the specific IP given, since it is followed by spaces in the ifconfig output.

  • added
  • modified
  • copied
  • renamed
  • deleted