subnet
Here are 133 public repositories matching this topic...
-
Updated
Jun 8, 2020 - Shell
The subnets controller endpoints are not fully documented. You can GET all the subnets inputing the keyword all instead of an {id}, and that is not mentioned in the docs.
https://<ipam_url>/api/my_app/subnets/all/
Documentation
Improve the documentation
- #264
- #263
- New images + gif
- Dashboard
- Network Interface
- WiFi
- IP Scanner
- Port Scanner
- Ping
- Ping Monitor
- Traceroute
- DNS Lookup
- Remote Desktop
- PowerShell
- PuTTY
- TigerVNC
- Web Console
- SNMP
- Discovery Protoco
-
Updated
Apr 15, 2020 - Java
If you look at a cisco acl list, it is common to have an acl like:
rule 5 permit ip source 1.2.3.4 0.0.0.0
or in some cases:
rule 5 permit ip source 1.2.3.4 0
here both 0.0.0.0 and 0 are cisco acl bitmask, indicating a net mask of 32 bit length
but if I simply concatenate them with ip address, IPNetwork class will treat them as normal netmask and get the wrong result:
IPNetwork('1.2.3.4/0.0.
-
Updated
Feb 2, 2020 - Python
-
Updated
Jun 9, 2020 - C#
-
Updated
Aug 4, 2017 - PowerShell
-
Updated
Jun 4, 2020 - Java
-
Updated
Nov 7, 2019 - JavaScript
-
Updated
Apr 24, 2020 - HCL
-
Updated
Dec 23, 2019 - PHP
-
Updated
Dec 27, 2017 - C
-
Updated
May 15, 2020
-
Updated
Mar 25, 2020 - Go
-
Updated
Mar 27, 2020 - HCL
-
Updated
Jan 17, 2020 - Java
-
Updated
Oct 10, 2019 - C#
-
Updated
Apr 29, 2020 - Go
-
Updated
May 16, 2017
-
Updated
May 25, 2020 - Ruby
-
Updated
Aug 8, 2019 - Crystal
-
Updated
Mar 4, 2020 - HCL
-
Updated
Jun 8, 2020 - PowerShell
-
Updated
Aug 29, 2017 - HCL
Description
We're lacking a style guideline both for the C# code and the Sphinx doc generation.
Impact
It will keep the code clean and concise for all devs
Proposed solutions
- provide a document with the desired guidelines
- settle upon a .editorconfig for all file types
- create appropriate resharper code formatter
- define linter / formatter rules as appropriate
Improve this page
Add a description, image, and links to the subnet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the subnet topic, visit your repo's landing page and select "manage topics."
I installed kubeadm following instructions given here: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
on 1 master and 2 worker nodes in a cluster and on the master did a kubeadm init with --pod-network-cidr=10.244.0.0/16 and --apiserver-advertise-address of my master node.
It went well and after finishing init, I then run the command and I get