Commit graph

192 commits

Author SHA1 Message Date
Matthew R. Kasun
7ec8c4be2a use RunCmd for postup/postdown 2022-09-09 14:15:10 -04:00
afeiszli
0e5fc51e7b adding server check 2022-09-07 11:01:47 -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
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
c05320a323 initial logic added 2022-08-30 10:52:04 -04:00
afeiszli
fbe119f0cd small windows fix 2022-08-26 11:57:37 -04:00
Matthew R. Kasun
ed7e263fb1 fix parsing postup/postdown 2022-08-25 09:38:36 -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
7dbe3ec345 fix path routing mac 2022-08-24 08:26:17 -04:00
Matthew R. Kasun
85cb88f0ad use 0.0.0.0/0 ::/0 as egress range for internet gateways 2022-08-09 13:51:28 -04:00
afeiszli
c35aec1eb7 removing windows from pid call and fixing nil pointer in mac 2022-07-27 17:25:22 -04:00
XGFan
cdb92bf469
fix ipv6 in no-wg-quick 2022-07-21 21:27:44 +08:00
Matthew R. Kasun
7bfbf06eb5 update logic for determing when to check for free port 2022-07-11 08:15:46 -04:00
Alex Feiszli
1fcf7023da
Merge pull request #1309 from gravitl/hotfix_v0.14.4_macos
changes for macos installer
2022-07-07 11:38:00 -04:00
afeiszli
c06c7868c0 moving port check logic 2022-07-06 15:20:28 -04:00
afeiszli
c99e6bf75a changes for macos installer 2022-07-06 13:26:11 -04:00
Matthew R. Kasun
806af380a3 remove peers from interface addresses 2022-06-22 14:48:40 -04:00
Matthew R Kasun
5aa2c16df1 refactored logic for Hub change 2022-06-21 15:19:54 +00:00
Matthew R. Kasun
932eba8d21 fix statticcheck errors 2022-06-16 15:42:32 -04:00
afeiszli
d3a6faa90d updating route setting logic 2022-06-15 11:18:49 -04:00
Matthew R. Kasun
9578b72d5e remove publish prior to registration with server 2022-06-01 08:00:22 -04:00
afeiszli
ccd5243f47 removing legacy DNS logic 2022-05-23 15:24:09 -04:00
afeiszli
3f038ab951 isStatic now only represents whether the Endpoint var is static 2022-05-23 15:24:09 -04:00
afeiszli
605e7e727a adding check for AllowedIP length 2022-05-23 15:24:09 -04:00
0xdcarns
90ca33db6e peers nil check 2022-05-11 12:09:52 -04:00
0xdcarns
2de7beb31e added nil checks, handled empty map 2022-05-11 12:07:06 -04:00
0xdcarns
e7f9310b3d added length checks as temp solution 2022-05-10 15:18:29 -04:00
afeiszli
551a592a71 fix iface on update 2022-04-25 22:06:33 -04:00
afeiszli
894fd1f5bd making dual stack addressing work client side 2022-04-25 21:16:47 -04:00
Alex Feiszli
baeae557ce
Merge pull request #1033 from gravitl/bugfix_v0.13.0_cidr_parsing
Bugfix v0.13.0 cidr parsing
2022-04-25 16:48:08 -04:00
afeiszli
6766219574 fix cidr parsing 2022-04-25 20:37:05 -04:00
0xdcarns
68b52279ae added peers to pull/join responses 2022-04-25 16:30:18 -04:00
0xdcarns
9d365c9c28 changes to allowedip parsing to handle ipv6 better 2022-04-25 13:10:55 -04:00
0xdcarns
6e920fb97c fix 2022-04-25 13:10:55 -04:00
0xdcarns
6eab0498fc some changes around iptables 2022-04-25 13:10:55 -04:00
0xdcarns
dc12b1e418 route changes + primary addr on node 2022-04-25 13:10:54 -04:00
0xdcarns
8e976d1f55 removed isdualstack references 2022-04-25 13:09:23 -04:00
afeiszli
6a90cd803a publishing port changes 2022-04-25 11:36:08 -04:00
Matthew R. Kasun
7152f6ccd4 remove references to grpc/comms net 2022-04-21 15:53:44 -04:00
Matthew R. Kasun
886ec31553 remove grpc 2022-04-21 15:04:44 -04:00
dcarns
9b2742a3c5
Merge pull request #925 from gravitl/refactor_v0.12.0_logging
replace ncutil.Log/PrintLog with logger.Log
2022-03-21 11:35:06 -04:00