Revision 23bfcd9f
Added by Scott Ullrich almost 20 years ago
etc/inc/interfaces.inc | ||
---|---|---|
355 | 355 |
$carp_instances_counter++; |
356 | 356 |
} |
357 | 357 |
} |
358 |
} |
|
358 |
} else { |
|
359 |
/* hush little pfsync, don't say a word. GeekGod's gonna |
|
360 |
buy you a mocking bird. */ |
|
361 |
mwexec("/sbin/ifconfig pfsync0 syncdev lo0 up"); |
|
362 |
} |
|
359 | 363 |
/* remove any dangling carp references */ |
360 | 364 |
for($x=$carp_instances_counter; $x<$total_carp_interfaces_defined; $x++) { |
361 | 365 |
mwexec("/sbin/ifconfig carp{$x} down"); |
Also available in: Unified diff
hush little pfsync, don't say a word. GeekGod's gonna buy you a mocking bird.