0xdcarns
|
d6f9d37be9
|
fixed default ACLs and peer update deletion logic
|
2023-03-02 13:30:37 -05:00 |
|
dcarns
|
ad4bab064b
|
Merge pull request #2050 from gravitl/GRA-1198-enrollment_keys
Gra 1198 enrollment keys
|
2023-02-28 09:26:23 -05:00 |
|
0xdcarns
|
9a7407f635
|
updated logic to add new nodes
|
2023-02-27 19:18:41 -05:00 |
|
0xdcarns
|
2749e7311b
|
Revert "adjusted main to use one single context"
This reverts commit 92d0d12e8f .
|
2023-02-27 13:36:32 -05:00 |
|
0xdcarns
|
977c9c8c19
|
send peer update after request + fix pass update issue
|
2023-02-27 12:32:07 -05:00 |
|
0xdcarns
|
5014c389ca
|
adjusted main to use one single context
|
2023-02-24 15:46:06 -05:00 |
|
0xdcarns
|
92d0d12e8f
|
adjusted main to use one single context
|
2023-02-24 15:37:53 -05:00 |
|
0xdcarns
|
0335e258ad
|
added TODO comment and allowed using enrollment key more than once
|
2023-02-24 12:08:32 -05:00 |
|
0xdcarns
|
e759637750
|
Merge branch 'develop' into GRA-1198
|
2023-02-24 11:23:41 -05:00 |
|
0xdcarns
|
adf3967e0d
|
handled forced deleted peer
|
2023-02-24 10:41:04 -05:00 |
|
0xdcarns
|
dc540a266b
|
added deleted node peer calculation
|
2023-02-23 15:54:03 -05:00 |
|
0xdcarns
|
6d07de3fdd
|
fix potential range memory issues
|
2023-02-23 10:57:30 -05:00 |
|
0xdcarns
|
80fda83c0c
|
adjusted peer updates to remove peers properly, slowed zombie check
|
2023-02-23 10:55:42 -05:00 |
|
0xdcarns
|
7194f0e555
|
edited peers for correct host usage
|
2023-02-21 13:28:53 -05:00 |
|
0xdcarns
|
a419b24151
|
added node peers to return
|
2023-02-21 13:14:06 -05:00 |
|
0xdcarns
|
697450884d
|
remove unused func
|
2023-02-21 12:02:09 -05:00 |
|
0xdcarns
|
8d1dd2be12
|
consolidated peer update to one func
|
2023-02-21 11:15:06 -05:00 |
|
0xdcarns
|
e2520cbb37
|
removed unused func
|
2023-02-21 10:42:51 -05:00 |
|
0xdcarns
|
95013fd49a
|
removed old peer update style
|
2023-02-21 10:31:37 -05:00 |
|
0xdcarns
|
3ab4b5be33
|
fixing a pointless check I didn't write
|
2023-02-17 12:13:38 -05:00 |
|
0xdcarns
|
6b30cef968
|
handled node additions in more elegant manner
|
2023-02-17 11:32:02 -05:00 |
|
0xdcarns
|
596de6b9e3
|
shortened name
|
2023-02-16 18:56:45 -05:00 |
|
0xdcarns
|
bae3a5a028
|
Merge branch 'develop' into GRA-1198
|
2023-02-16 16:48:30 -05:00 |
|
0xdcarns
|
d8c7ab980e
|
fixed nil pointer from dereference in loop
|
2023-02-16 15:41:23 -05:00 |
|
0xdcarns
|
9078608bd1
|
fix initial map allocation
|
2023-02-16 15:13:40 -05:00 |
|
0xdcarns
|
607198d563
|
added host registration endpoint
|
2023-02-16 14:27:57 -05:00 |
|
walkerwmanuel
|
193ef6b6ed
|
removed print lines
|
2023-02-16 11:08:43 -05:00 |
|
walkerwmanuel
|
8f8c4f1df0
|
Wrote test to test Enrolment Keys
|
2023-02-16 10:57:18 -05:00 |
|
walkerwmanuel
|
442b32e0d9
|
Wrote test to test Enrolment Keys
|
2023-02-16 10:56:13 -05:00 |
|
Abhishek Kondur
|
a117131bfd
|
Merge branch 'develop' of https://github.com/gravitl/netmaker into GRA-1194/extclient_egress
|
2023-02-16 19:22:33 +04:00 |
|
0xdcarns
|
5434e9b299
|
Merge branch 'develop' into GRA-1198
|
2023-02-16 09:51:36 -05:00 |
|
0xdcarns
|
71ce2caabd
|
added tokenization + detokenization
|
2023-02-15 16:32:16 -05:00 |
|
0xdcarns
|
0e5e34ef0c
|
added try to use func and edited tests
|
2023-02-15 15:52:58 -05:00 |
|
0xdcarns
|
db4ea9faa4
|
completed crud unit tests
|
2023-02-15 15:27:26 -05:00 |
|
Abhishek Kondur
|
19961dcf11
|
Merge branch 'develop' of https://github.com/gravitl/netmaker into GRA-1194/extclient_egress
|
2023-02-15 18:08:09 +04:00 |
|
Matthew R Kasun
|
bd9cf14c02
|
Merge branch 'develop' into gra-1088_dns_updates
|
2023-02-15 06:42:09 -05:00 |
|
0xdcarns
|
a5e7147b69
|
initial commit, began unit tests
|
2023-02-14 17:21:51 -05:00 |
|
dcarns
|
73fbdfea0d
|
Merge pull request #2026 from gravitl/gra-1172-zombies
updates to zombie processing
|
2023-02-14 14:50:08 -05:00 |
|
dcarns
|
220838c440
|
Merge pull request #2024 from gravitl/GRA-1199/extclients
GRA-1199: add routes for all ext clients in the network
|
2023-02-14 14:26:49 -05:00 |
|
Matthew R Kasun
|
65b31c1c04
|
fix tests
|
2023-02-14 07:58:54 -05:00 |
|
Matthew R Kasun
|
82cac8fa30
|
use channels for sync
|
2023-02-14 07:01:38 -05:00 |
|
0xdcarns
|
6643c9a401
|
adapt createNetwork + default host addition
|
2023-02-13 15:17:13 -05:00 |
|
Matthew R Kasun
|
c3e253fb79
|
updates to zombie processing
|
2023-02-13 14:52:39 -05:00 |
|
Abhishek Kondur
|
4c373af9ec
|
add egress ranges to ingress info
|
2023-02-13 20:09:21 +04:00 |
|
Abhishek Kondur
|
f2ad89fe93
|
add routes for all ext clients in the network
|
2023-02-13 19:54:38 +04:00 |
|
Abhishek Kondur
|
6e59eae1ef
|
get right listen for ext conf file
|
2023-02-12 15:08:08 +04:00 |
|
dcarns
|
48628ab2e4
|
Merge pull request #2009 from gravitl/GRA-1054/ingress_fix
GRA-1054: ingress, add other ext clients as peer routes
|
2023-02-10 10:50:10 -05:00 |
|
Abhishek Kondur
|
0efff562be
|
add other ext clients as peers
|
2023-02-09 21:58:50 +04:00 |
|
Abhishek Kondur
|
59b158d256
|
publish update on relay create
|
2023-02-09 17:09:01 +04:00 |
|
Matthew R Kasun
|
e424a5eea3
|
remove dns from peer update
|
2023-02-07 15:17:05 -05:00 |
|