This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Mavericks has a nasty issue regarding ARPs in corporate networks. | |
# It appears that they have tried to reduce bandwidth utilization by caching | |
# the results of ARPs. Unfortunately, this causes big problems with corporate | |
# networks with Virtual IPs or other corporate network redundancy measures. | |
# There exist other patches for this issue | |
# (see https://github.com/MacMiniVault/Mac-Scripts/blob/master/unicastarp/unicastarp-README.md) | |
# but they write a value that will be pulled everytime the machine reboots. Because |