- 11 Jul, 2017 1 commit
-
-
Suraj Ravichandran authored
Ticket: #23248 (cherry picked from commit a745350e)
-
- 10 Jul, 2017 2 commits
-
-
Kris Moore authored
fix(gui): make sure gateway is not empty, avoiding traceback
-
William Grzybowski authored
Ticket: #25061 (cherry picked from commit 421f94fb)
-
- 06 Jul, 2017 3 commits
-
-
vaibhav chauhan authored
-
vaibhav chauhan authored
-
vaibhav chauhan authored
-
- 04 Jul, 2017 4 commits
-
-
William Grzybowski authored
Ticket: #24918 (cherry picked from commit 873d0fa7)
-
William Grzybowski authored
Ticket: #24918 (cherry picked from commit a7275a46)
-
William Grzybowski authored
Ticket: #24918 (cherry picked from commit 3a33bca3)
-
William Grzybowski authored
Ticket: #24534 (cherry picked from commit 2b392de9)
-
- 29 Jun, 2017 7 commits
-
-
vaibhav-rbs authored
Fix 24864
-
William Grzybowski authored
Ticket: #24849 (cherry picked from commit 71b79506)
-
William Grzybowski authored
Ticket: #24849 (cherry picked from commit 2eec79d5)
-
Marcelo Araujo authored
Ticket: #24864
-
Marcelo Araujo authored
fix(network) Address post-review concerns: Remove get_interface() as we have the interface already, also parse all INET objects from a given IFACE instead of p arser the first item only, in this case we can cover all aliases from a given IFACE. Also remove unnecessary cast. Ticket: #24864 Reviewed by: william-gr
-
Marcelo Araujo authored
fix(network): If we attempt to add a IPv4 gateway that is not reachable through any interface, it lead us to have a traceback on GUI or even sometimes a task blocked in the middlewared. Now we fail earlier and we let user know via GUI that gateway is unreachable. Ticket: #24864
-
Sean Fagan authored
gmirror before creating a new one. Ticket: #24846 (cherry picked from commit 1a152f76)
-
- 27 Jun, 2017 4 commits
-
-
John Hixson authored
Ticket: #24834 (cherry picked from commit fb55a19b)
-
John Hixson authored
Ticket: #24834 (cherry picked from commit 113b30b1)
-
John Hixson authored
Ticket: #24834 (cherry picked from commit 55275930)
-
John Hixson authored
Ticket: #24834 (cherry picked from commit 187ce626)
-
- 26 Jun, 2017 2 commits
-
-
vaibhav-rbs authored
-
vaibhav-rbs authored
-
- 22 Jun, 2017 6 commits
-
-
vaibhav-rbs authored
-
vaibhav-rbs authored
-
vaibhav-rbs authored
-
vaibhav-rbs authored
-
vaibhav-rbs authored
-
William Grzybowski authored
Python currently uses sem_timedwait(3) to wait for pthread Lock and that function uses CLOCK_REALTIME clock, which means a system clock change would make it return before the time has actually passed. The real fix would be to patch python to use pthread_cond_timedwait with a CLOCK_MONOTINOC clock however this should do for now. Ticket: #24761 (cherry picked from commit 64f9df0a)
-
- 21 Jun, 2017 1 commit
-
-
William Grzybowski authored
It is possible the stdout/stderr will block if the script is not handled properly (Have seen it happening on lockd rc.d), and since we don't use the output for anything, lets use DEVNULL. Ticket: #24312 (cherry picked from commit f252577b)
-
- 20 Jun, 2017 9 commits
-
-
William Grzybowski authored
Ticket: #24235 (cherry picked from commit 9bd8cbf5)
-
vaibhav-rbs authored
-
William Grzybowski authored
Ticket: #24506 (cherry picked from commit e5f87c88)
-
William Grzybowski authored
Ticket: #24506 (cherry picked from commit 6de6700e)
-
William Grzybowski authored
Ticket: #23196 (cherry picked from commit db75f382)
-
William Grzybowski authored
Because, whats the point? I believe readonly was created to be set for builtin templates. Ticket: #24548 (cherry picked from commit b960cc7d)
-
vaibhav chauhan authored
-
William Grzybowski authored
Ticket: #24563 (cherry picked from commit 12ed513a)
-
William Grzybowski authored
Ticket: #24570 (cherry picked from commit d34a68c0)
-
- 19 Jun, 2017 1 commit
-
-
vaibhav-rbs authored
-