annet 0.16.12__py3-none-any.whl → 0.16.13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of annet might be problematic. Click here for more details.
- annet/implicit.py +0 -1
- annet/rulebook/texts/cisco.rul +3 -0
- {annet-0.16.12.dist-info → annet-0.16.13.dist-info}/METADATA +1 -1
- {annet-0.16.12.dist-info → annet-0.16.13.dist-info}/RECORD +9 -9
- {annet-0.16.12.dist-info → annet-0.16.13.dist-info}/AUTHORS +0 -0
- {annet-0.16.12.dist-info → annet-0.16.13.dist-info}/LICENSE +0 -0
- {annet-0.16.12.dist-info → annet-0.16.13.dist-info}/WHEEL +0 -0
- {annet-0.16.12.dist-info → annet-0.16.13.dist-info}/entry_points.txt +0 -0
- {annet-0.16.12.dist-info → annet-0.16.13.dist-info}/top_level.txt +0 -0
annet/implicit.py
CHANGED
annet/rulebook/texts/cisco.rul
CHANGED
|
@@ -45,6 +45,7 @@ no snmp-server sysobjectid type stack-oid
|
|
|
45
45
|
interface Loopback
|
|
46
46
|
ipv6 address *
|
|
47
47
|
ip address ~
|
|
48
|
+
! no ip address
|
|
48
49
|
|
|
49
50
|
# SVI/Subifs/Lagg
|
|
50
51
|
interface */(Vlan|Ethernet.*\.|port-channel.*\.?)\d+$/ %diff_logic=cisco.iface.diff
|
|
@@ -53,6 +54,7 @@ interface */(Vlan|Ethernet.*\.|port-channel.*\.?)\d+$/ %diff_logic=cisco.iface.d
|
|
|
53
54
|
ipv6 address *
|
|
54
55
|
ipv6 nd ~ %logic=cisco.misc.no_ipv6_nd_suppress_ra
|
|
55
56
|
ip address ~
|
|
57
|
+
! no ip address
|
|
56
58
|
mtu
|
|
57
59
|
|
|
58
60
|
# Physical
|
|
@@ -65,6 +67,7 @@ interface */\w*Ethernet[0-9\/]+$/ %logic=common.permanent %diff_logic=cisco.
|
|
|
65
67
|
ipv6 link-local
|
|
66
68
|
ipv6 address *
|
|
67
69
|
ip address ~
|
|
70
|
+
! no ip address
|
|
68
71
|
channel-group
|
|
69
72
|
mtu
|
|
70
73
|
storm-control * level
|
|
@@ -11,7 +11,7 @@ annet/executor.py,sha256=Jny-hm0otZA1naPpFWR-R16SbaZioSQ8pkx-Yd2PYlM,19004
|
|
|
11
11
|
annet/filtering.py,sha256=ZtqxPsKdV9reZoRxtQyBg22BqyMqd-2SotYcxZ-68AQ,903
|
|
12
12
|
annet/gen.py,sha256=rOAveprvBaEXbLyaQUhQ0QtOvcDfndlIOpchNhu8M1U,33499
|
|
13
13
|
annet/hardware.py,sha256=_iR28dWiPtt6ZYdk-qg1sxazkSRJE3ukqKB-fFFfQak,1141
|
|
14
|
-
annet/implicit.py,sha256=
|
|
14
|
+
annet/implicit.py,sha256=1_FdVCMdIM7O1lYVMY9AuHaBp9E6h6Hc5kuog55bCzI,5573
|
|
15
15
|
annet/lib.py,sha256=lOdz3UJFYkO0wnuzIRRq3FpULQliqBtfmGmKOGVFO4Q,4238
|
|
16
16
|
annet/output.py,sha256=FYMcWCc43-b51KsCiKnXPZHawhgWNoVtY9gRqw__Ce0,7473
|
|
17
17
|
annet/parallel.py,sha256=hLkzEht0KhzmzUWDdO4QFYQHzhxs3wPlTA8DxbB2ziw,17160
|
|
@@ -127,7 +127,7 @@ annet/rulebook/texts/b4com.order,sha256=G3aToAIHHzKzDCM3q7_lyr9wJvuVOXVbVvF3wm5P
|
|
|
127
127
|
annet/rulebook/texts/b4com.rul,sha256=5mqyUg_oLRSny2iH6QdhfDWVu6kzgDURtlSATD7DFno,1056
|
|
128
128
|
annet/rulebook/texts/cisco.deploy,sha256=XvXWeOMahE8Uc9RF0xkJj8jGknD4vit8H_f24ubPX7w,1226
|
|
129
129
|
annet/rulebook/texts/cisco.order,sha256=OvNHMNqkCc-DN2dEjLCTKv_7ZhiaHt4q2X4Y4Z8dvR4,1901
|
|
130
|
-
annet/rulebook/texts/cisco.rul,sha256=
|
|
130
|
+
annet/rulebook/texts/cisco.rul,sha256=FvMxKy4FOcFvFYdmcye5RZkWkU8mxIwmEedN83fM82I,3019
|
|
131
131
|
annet/rulebook/texts/huawei.deploy,sha256=azEC6_jQRzwnTSrNgag0hHh6L7hezS_eMk6ZDZfWyXI,10444
|
|
132
132
|
annet/rulebook/texts/huawei.order,sha256=ENllPX4kO6xNw2mUQcx11yhxo3tKStZ5mUyc0C6s3d0,10657
|
|
133
133
|
annet/rulebook/texts/huawei.rul,sha256=02Fi1RG4YYea2clHCluBuJDKNbT0hS9jtsk6_h6GK8k,12958
|
|
@@ -152,10 +152,10 @@ annet_generators/example/lldp.py,sha256=24bGvShxbio-JxUdaehyPRu31LhH9YwSwFDrWVRn
|
|
|
152
152
|
annet_generators/mesh_example/__init__.py,sha256=NfNWgXn1TNiWI6A5tmU6Y-4QV2i33td0Qs3re0MNNMo,218
|
|
153
153
|
annet_generators/mesh_example/bgp.py,sha256=ck--yU_lUdAX9DWaaVQ-C29eQN-EGf1gEpOTBxmMnWA,1317
|
|
154
154
|
annet_generators/mesh_example/mesh_logic.py,sha256=5Wt17LPt-EWe126IFAdaQQGWIOR3mxTJjAMUY8K0c0w,971
|
|
155
|
-
annet-0.16.
|
|
156
|
-
annet-0.16.
|
|
157
|
-
annet-0.16.
|
|
158
|
-
annet-0.16.
|
|
159
|
-
annet-0.16.
|
|
160
|
-
annet-0.16.
|
|
161
|
-
annet-0.16.
|
|
155
|
+
annet-0.16.13.dist-info/AUTHORS,sha256=rh3w5P6gEgqmuC-bw-HB68vBCr-yIBFhVL0PG4hguLs,878
|
|
156
|
+
annet-0.16.13.dist-info/LICENSE,sha256=yPxl7dno02Pw7gAcFPIFONzx_gapwDoPXsIsh6Y7lC0,1079
|
|
157
|
+
annet-0.16.13.dist-info/METADATA,sha256=cl7oaJlf7U2dc3ZZuRFwguqPK0XWbPaoLjdNmP52Mek,745
|
|
158
|
+
annet-0.16.13.dist-info/WHEEL,sha256=a7TGlA-5DaHMRrarXjVbQagU3Man_dCnGIWMJr5kRWo,91
|
|
159
|
+
annet-0.16.13.dist-info/entry_points.txt,sha256=5lIaDGlGi3l6QQ2ry2jZaqViP5Lvt8AmsegdD0Uznck,192
|
|
160
|
+
annet-0.16.13.dist-info/top_level.txt,sha256=QsoTZBsUtwp_FEcmRwuN8QITBmLOZFqjssRfKilGbP8,23
|
|
161
|
+
annet-0.16.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|