Skip to content
#

sysadmin

Here are 407 public repositories matching this topic...

gomplate
adamhj
adamhj commented Jan 13, 2016

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.

jaromil
jaromil commented Jun 10, 2016

I've noticed to my surprise that a vhost name containing an underscore breaks the zone to the point bind9 will simply not serve any of it. I'm not sure this is documented (didn't check) and this is also not covered from the zone validation scripts.

We should find out more about the issue and perhaps add an extra check made by gitzone, reporting the error and breaking the validation of the zone pu

Improve this page

Add a description, image, and links to the sysadmin 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 sysadmin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.