summaryrefslogtreecommitdiff
path: root/lib/Vyatta
AgeCommit message (Collapse)Author
2018-11-05T960: join addresses with a backslash and newline to avoid hitting the line ↵Daniil Baturin
length limit.
2015-03-08vyatta-cluster: wait for link up on clustering for up to 10 secondsAlex Harpin
If the interfaces involved in a cluster are slow to either gain carrier or show as link up during boot, the cluster configuration will fail to load. Add a delay of up to 10 seconds for this to occur, retesting every second for a change in carrier / link status. Bug #243 http://bugzilla.vyos.net/show_bug.cgi?id=243
2015-03-08vyatta-cluster: formatting changes for style consistencyAlex Harpin
Perltidy run on lib/Vyatta/Cluster/Config.pm to have consistent identation levels and style throughout.
2010-06-03move cluster conntrack-sync script to vyatta-conntrack-sync packageMohit Mehta
2010-05-28make clustering work with conntrack-syncMohit Mehta
2009-07-10Fix 4623: Removing IPSEC VPN config without removing cluster ipsec config ↵Stig Thormodsrud
drops all interfaces. Don't allow ipsec service if ipsec hasn't been configured. (cherry picked from commit 0ce77b7f7ec5a2203c712d3f7e670f483abc17fd)
2008-11-21Rename VyattaClusterConfig to Vyatta::Cluster::ConfigStephen Hemminger
Reorganization