Commit graph

1015 commits

Author SHA1 Message Date
Matthew R. Kasun f9873020a5 add brackets to local address string if ipv6 2022-09-12 08:53:06 -04:00
afeiszli 6fa24ff46c versions for v0.15.1 2022-09-07 20:04:57 -04:00
afeiszli 0e5fc51e7b adding server check 2022-09-07 11:01:47 -04:00
afeiszli 2865089ff0 adding backup function 2022-09-07 10:14:21 -04:00
Matthew R. Kasun 8eef12036d restore backup if file corrupted 2022-09-07 09:47:07 -04:00
afeiszli dda52fe286 changing log to logger.log 2022-09-07 08:09:11 -04:00
Matthew R. Kasun fb5cf84b5e check/update version of netclient in client config during checkin 2022-09-02 15:10:44 -04:00
Matthew R. Kasun 03c2c5ae1e delete postup/down from wg.conf file when gateway is removed 2022-08-31 15:29:33 -04:00
Alex Feiszli 3c29de63d3
Merge pull request #1497 from gravitl/bugfix_v0.15.1_flush_routes
add check for nil peer.Endpoint
2022-08-30 16:13:07 -04:00
Alex Feiszli 2fb0056ce5
Merge pull request #1495 from gravitl/feature_v0.15.1_reuse_mq_connection
Feature v0.15.1 reuse mq connection
2022-08-30 16:12:35 -04:00
Alex Feiszli eec81e1849
Merge pull request #1468 from gravitl/feature_v0.14.9_node_disconnect
Feature v0.14.9 node disconnect
2022-08-30 11:15:12 -04:00
Alex Feiszli 7fd879a851
Merge pull request #1494 from gravitl/refactor_0.15.1_uninstall_leave
Refactor 0.15.1 uninstall leave
2022-08-30 11:14:28 -04:00
0xdcarns aec456f732 err fix 2022-08-30 10:53:54 -04:00
0xdcarns 1d95534e5a removed if 2022-08-30 10:53:54 -04:00
0xdcarns 2f792e92df removed param 2022-08-30 10:53:52 -04:00
0xdcarns f3a5c22e04 synconf removed 2022-08-30 10:52:42 -04:00
0xdcarns 8adc5bf449 fix const reference and comment 2022-08-30 10:52:42 -04:00
0xdcarns f926f4c379 add network name from cli 2022-08-30 10:52:42 -04:00
0xdcarns 31da842b97 add network name from cli 2022-08-30 10:52:42 -04:00
0xdcarns 449118c24d added upgrade logic for connected 2022-08-30 10:52:40 -04:00
0xdcarns 029b4fbe0c added logic upon connect/disconnect 2022-08-30 10:52:04 -04:00
0xdcarns c05320a323 initial logic added 2022-08-30 10:52:04 -04:00
Matthew R. Kasun 6f739defc6 add check for nil peer.Endpoint 2022-08-30 08:32:15 -04:00
Matthew R. Kasun c9037db19f remove debugging logs 2022-08-29 14:29:28 -04:00
Matthew R. Kasun 49c6380643 reuse mq connections 2022-08-29 14:08:01 -04:00
Matthew R. Kasun d9b5a1640a add missing param 2022-08-29 09:01:56 -04:00
Matthew R. Kasun d1f969be3b stop freebsd netclient service during cleanup 2022-08-29 08:41:00 -04:00
Matthew R. Kasun 3824284688 delete broker keys if required 2022-08-29 08:12:25 -04:00
Matthew R Kasun 6ca8bce70d leave cleanup 2022-08-29 05:35:23 -04:00
Hintay 97f00aeb8b
Fix panic if interfaces does not have any mac address 2022-08-28 20:14:01 +08:00
afeiszli 106d0aa79d adding exta versions 2022-08-26 12:15:31 -04:00
Alex Feiszli 2bc017bb0f
Merge pull request #1487 from gravitl/feature_v0.15.0_version_number
Feature v0.15.0 version number
2022-08-26 12:12:27 -04:00
afeiszli 513609859b removing upgrade function 2022-08-26 12:08:30 -04:00
afeiszli fbe119f0cd small windows fix 2022-08-26 11:57:37 -04:00
Matthew R. Kasun a9d3033200 update version numbers 2022-08-26 11:33:35 -04:00
Matthew R. Kasun ed7e263fb1 fix parsing postup/postdown 2022-08-25 09:38:36 -04:00
Matthew R. Kasun 997ec430ce prefer nft over iptables 2022-08-25 08:37:26 -04:00
afeiszli 0c0f089688 removing mac path formatting, adding comment 2022-08-25 07:48:56 -04:00
Matthew R Kasun 723e4ebeee
Merge branch 'develop' into feature_v0.14.7_explicit_routes 2022-08-25 07:31:34 -04:00
Matthew R. Kasun dbf8fe59e7 remove debugging logs and switch existing log.Println to logger.Log 2022-08-25 07:22:55 -04:00
Matthew R. Kasun 5240da222a freebsd saving post up/post down command to conf file 2022-08-25 06:59:12 -04:00
Matthew R. Kasun cd5e9abe06 Revert "freebsd post up/post down logic"
This reverts commit a0c8795d38.
2022-08-25 06:50:19 -04:00
Matthew R. Kasun a0c8795d38 freebsd post up/post down logic 2022-08-25 06:40:37 -04:00
afeiszli f3361170fe reverting mac path 2022-08-24 16:04:29 -04:00
Matthew R. Kasun a69c12520d simplify SetNetmakerDomainRoute 2022-08-24 11:25:20 -04:00
afeiszli 7dbe3ec345 fix path routing mac 2022-08-24 08:26:17 -04:00
afeiszli cd7199441b adding darwin routing logic 2022-08-24 08:10:36 -04:00
Matthew R. Kasun 4e61f6a586 prefer iptables 2022-08-24 08:03:31 -04:00
afeiszli f6f8a507a8 Merge branch 'feature_v0.14.7_explicit_routes' of https://github.com/gravitl/netmaker into feature_v0.14.7_explicit_routes 2022-08-23 18:27:56 -04:00
afeiszli 58ff128508 changing index 2022-08-23 18:27:44 -04:00