6 lines
266 B
Plaintext
6 lines
266 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
# VRRP transition hook. One code path: the reconciler derives everything from
|
||
|
|
# ground truth, so take and release are the same operation asked at different
|
||
|
|
# moments. Speed comes from here; correctness comes from the timer.
|
||
|
|
exec /config/vrrp-wan-reconcile
|