I hereby claim:
- I am mosheavni on github.
- I am mosheavni (https://keybase.io/mosheavni) on keybase.
- I have a public key ASBq90l_8mzR9kfvJg3fF4NL60YF97L7eWgZUnhsD7_jdgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| attrNameSnakeCase: true | |
| lowercaseOutputName: true | |
| lowercaseOutputLabelNames: true | |
| rules: | |
| - pattern: ".*" |
| #!/usr/bin/env python3 | |
| import argparse | |
| import ipaddress | |
| import re | |
| import sys | |
| def main(results): | |
| # Convert existing_subnet to ip_network object | |
| existing_subnets = [] |
| /* Moshe's first library */ | |
| (function () { | |
| function Modal(title, message) { | |
| const that = this; | |
| that.title = title; | |
| that.message = message; | |
| function init() { | |
| const body = document.querySelector('body'); | |
| // Main Div |
| 2017/04/25 12:14:21 [INFO] raft: Node at 10.2.1.155:8300 [Candidate] entering Candidate state in term 7 | |
| 2017/04/25 12:14:24 [ERR] raft: Failed to make RequestVote RPC to {Voter 10.2.1.178:8300 10.2.1.178:8300}: dial tcp 10.2.1.178:8300: getsockopt: no route to host | |
| 2017/04/25 12:14:27 [WARN] raft: Election timeout reached, restarting election | |
| 2017/04/25 12:14:27 [INFO] raft: Node at 10.2.1.155:8300 [Candidate] entering Candidate state in term 8 | |
| 2017/04/25 12:14:27 [ERR] raft: Failed to make RequestVote RPC to {Voter 10.2.1.178:8300 10.2.1.178:8300}: dial tcp 10.2.1.178:8300: getsockopt: no route to host | |
| 2017/04/25 12:14:33 [WARN] raft: Election timeout reached, restarting election | |
| 2017/04/25 12:14:33 [INFO] raft: Node at 10.2.1.155:8300 [Candidate] entering Candidate state in term 9 | |
| 2017/04/25 12:14:36 [ERR] raft: Failed to make RequestVote RPC to {Voter 10.2.1.178:8300 10.2.1.178:8300}: dial tcp 10.2.1.178:8300: getsockopt: no route to host | |
| 2017/04/25 12:14:41 [WARN] raft: Election timeout reached, restartin |