Skip to content
#

network-management

Here are 30 public repositories matching this topic...

tyler-sommer
tyler-sommer commented Feb 8, 2019

For normal builds, it is helpful to have more specific versions than simply the upcoming version snapshot. 2019.2.MMDD.HHmmSS.0 seems like a reasonable format. It combines the year major and minor open source versions with a timestamp and ending in .0 which follows an internal convention where these are treated specially as development builds.

israel-lugo
israel-lugo commented Nov 1, 2016

It should be possible for the user to not use whitespace around the operators in the expr command. Right now, this is a syntax error:

$ ./netcalc.py expr 192.0.2.0/24 -192.0.2.0/25
usage: netcalc.py [-h] COMMAND ...
netcalc.py: error: unrecognized arguments: -192.0.2.0/25

This relates to the simple way in which we're parsing the command line. We'll need to be smarter than this.

Improve this page

Add a description, image, and links to the network-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the network-management topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.