open-consul/command
Max Timchenko 90f49354d6
Corrects two issues with DNS prepared query failover
When DNS prepared query fails over to another datacenter and the datacenter
returns some nodes, the DNS result does not translate WAN addresses even when
translation is enabled for SRV and A queries, and returns the wrong datacenter
(the one that failed over) for SRV queries.
2016-08-12 17:06:43 -07:00
..
agent Corrects two issues with DNS prepared query failover 2016-08-12 17:06:43 -07:00
configtest.go
configtest_test.go fixes issue #1661 and adds supporting test 2016-02-09 10:35:39 -05:00
event.go
event_test.go
exec.go Speling police 2016-05-15 09:13:52 -07:00
exec_test.go
force_leave.go
force_leave_test.go
info.go
info_test.go
join.go
join_test.go
keygen.go
keygen_test.go
keyring.go
keyring_test.go
leave.go add extra check for unexpected args to leave command 2016-07-24 00:36:59 +10:00
leave_test.go add extra check for unexpected args to leave command 2016-07-24 00:36:59 +10:00
lock.go Makes the timeout behavior more intuitive. 2016-01-06 09:40:20 -08:00
lock_test.go Makes the timeout behavior more intuitive. 2016-01-06 09:40:20 -08:00
maint.go Chase casting types.CheckID to a string into the state_store. 2016-06-07 16:59:02 -04:00
maint_test.go
members.go Used 'unconvert' to remove unneeded conversions 2016-03-18 16:12:56 +01:00
members_test.go
monitor.go
reload.go
reload_test.go
rpc.go
rpc_test.go
rtt.go Correct the rtt -wan error message 2016-03-04 16:27:30 -05:00
rtt_test.go
util_test.go
util_unix.go
util_windows.go
version.go Adds version info back into the config. 2016-07-19 18:38:15 -07:00
version_test.go
watch.go Fixes a typo and adds stale documentation to website. 2016-08-10 15:46:28 -07:00
watch_test.go