annet 3.15.1__py3-none-any.whl → 3.16.1__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/adapters/file/provider.py +11 -1
- annet/annlib/netdev/devdb/data/devdb.json +17 -16
- annet/annlib/netdev/views/hardware.py +7 -2
- annet/annlib/output.py +8 -6
- annet/annlib/rbparser/platform.py +1 -3
- annet/implicit.py +2 -2
- annet/rulebook/h3c/__init__.py +0 -0
- annet/rulebook/h3c/aaa.py +28 -0
- annet/rulebook/h3c/bgp.py +84 -0
- annet/rulebook/h3c/iface.py +22 -0
- annet/rulebook/h3c/misc.py +280 -0
- annet/rulebook/h3c/vlandb.py +118 -0
- annet/rulebook/texts/h3c.deploy +196 -0
- annet/rulebook/texts/h3c.order +390 -0
- annet/rulebook/texts/h3c.rul +432 -0
- annet/vendors/library/h3c.py +3 -0
- {annet-3.15.1.dist-info → annet-3.16.1.dist-info}/METADATA +1 -1
- {annet-3.15.1.dist-info → annet-3.16.1.dist-info}/RECORD +23 -14
- {annet-3.15.1.dist-info → annet-3.16.1.dist-info}/WHEEL +0 -0
- {annet-3.15.1.dist-info → annet-3.16.1.dist-info}/entry_points.txt +0 -0
- {annet-3.15.1.dist-info → annet-3.16.1.dist-info}/licenses/AUTHORS +0 -0
- {annet-3.15.1.dist-info → annet-3.16.1.dist-info}/licenses/LICENSE +0 -0
- {annet-3.15.1.dist-info → annet-3.16.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,432 @@
|
|
|
1
|
+
# Операторы:
|
|
2
|
+
# * Один аргумент в undo
|
|
3
|
+
# ~ Несколько аргументов (минимум один) в undo
|
|
4
|
+
#
|
|
5
|
+
# Параметры:
|
|
6
|
+
# %global Команда действует на любом уровне ниже
|
|
7
|
+
# %logic=... Кастомная функция обработки правила
|
|
8
|
+
# %diff_logic=... Кастомная функция построения диффа.
|
|
9
|
+
# данная функция работает для подблоков (в отличие от %logic)
|
|
10
|
+
# %comment=... Добавить коммент после строки который будет видно с опцией patch --add-comments
|
|
11
|
+
# Сделано в основном для того чтобы генерировать специальные команды для наливки
|
|
12
|
+
# -----
|
|
13
|
+
|
|
14
|
+
clock daylight-saving-time
|
|
15
|
+
clock timezone
|
|
16
|
+
|
|
17
|
+
header login
|
|
18
|
+
header shell
|
|
19
|
+
sysname
|
|
20
|
+
|
|
21
|
+
info-center filter-id bymodule-alias * *
|
|
22
|
+
info-center loghost source
|
|
23
|
+
info-center loghost ipv6 * vpn-instance *
|
|
24
|
+
info-center loghost ipv6 *
|
|
25
|
+
info-center loghost * vpn-instance *
|
|
26
|
+
info-center loghost *
|
|
27
|
+
info-center source * channel *
|
|
28
|
+
info-center * channel
|
|
29
|
+
info-center max-logfile-number
|
|
30
|
+
info-center * size
|
|
31
|
+
info-center timestamp log
|
|
32
|
+
|
|
33
|
+
rsa local-key-pair create
|
|
34
|
+
|
|
35
|
+
ecc local-key-pair create
|
|
36
|
+
|
|
37
|
+
port split mode mode3 slot 1
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
assign forward ipv6 longer-mask resource *
|
|
41
|
+
|
|
42
|
+
port mode 200GE interface *
|
|
43
|
+
|
|
44
|
+
undo hardware-resource firmware-mode *
|
|
45
|
+
hardware-resource firmware-mode * %logic=h3c.misc.hardware_resource_bfd
|
|
46
|
+
|
|
47
|
+
undo dhcp enable
|
|
48
|
+
|
|
49
|
+
dhcp enable
|
|
50
|
+
dhcp snooping enable
|
|
51
|
+
dhcp snooping user-bind http
|
|
52
|
+
|
|
53
|
+
ntp server disable
|
|
54
|
+
ntp ipv6 server disable
|
|
55
|
+
ntp unicast-server domain *
|
|
56
|
+
ntp unicast-server ipv6 *
|
|
57
|
+
ntp unicast-server *
|
|
58
|
+
ntp-service unicast-server ipv6 *
|
|
59
|
+
ntp-service unicast-server *
|
|
60
|
+
ntp ~
|
|
61
|
+
dns snooping ttl delay-time
|
|
62
|
+
dns ~
|
|
63
|
+
|
|
64
|
+
bfd peer-ip ~ %logic=generic.misc.remove_last_param
|
|
65
|
+
|
|
66
|
+
observe-port *
|
|
67
|
+
|
|
68
|
+
qos local-precedence-queue-map *
|
|
69
|
+
|
|
70
|
+
qos group %logic=h3c.misc.undo_children
|
|
71
|
+
~
|
|
72
|
+
|
|
73
|
+
diffserv domain *
|
|
74
|
+
8021p-inbound *
|
|
75
|
+
ip-dscp-inbound *
|
|
76
|
+
ip-dscp-outbound * *
|
|
77
|
+
mpls-exp-inbound *
|
|
78
|
+
mpls-exp-outbound *
|
|
79
|
+
|
|
80
|
+
system tcam acl template * all
|
|
81
|
+
system tcam acl template *
|
|
82
|
+
~ %global
|
|
83
|
+
system tcam acl
|
|
84
|
+
|
|
85
|
+
vlan reserved ~
|
|
86
|
+
|
|
87
|
+
vlan batch %diff_logic=h3c.vlandb.vlan_diff %logic=h3c.vlandb.multi
|
|
88
|
+
|
|
89
|
+
vlan */\d+/ %diff_logic=h3c.vlandb.vlan_diff
|
|
90
|
+
name
|
|
91
|
+
|
|
92
|
+
vlan pool *
|
|
93
|
+
vlan * %logic=h3c.vlandb.multi
|
|
94
|
+
|
|
95
|
+
stp mode
|
|
96
|
+
stp bpdu-protection
|
|
97
|
+
stp enable
|
|
98
|
+
stp region-configuration
|
|
99
|
+
region-name
|
|
100
|
+
instance * %logic=h3c.vlandb.single
|
|
101
|
+
|
|
102
|
+
acl port-pool *
|
|
103
|
+
~ %global
|
|
104
|
+
acl ip-pool *
|
|
105
|
+
~ %global
|
|
106
|
+
acl ipv6-pool *
|
|
107
|
+
~ %global
|
|
108
|
+
|
|
109
|
+
acl */(name|number)/ *
|
|
110
|
+
rule * description
|
|
111
|
+
rule * %logic=h3c.misc.undo_redo
|
|
112
|
+
acl ipv6 */(name|number)/ *
|
|
113
|
+
rule * description
|
|
114
|
+
rule * %logic=h3c.misc.undo_redo
|
|
115
|
+
|
|
116
|
+
*/(ftp|FTP|ssh|telnet)/ server acl
|
|
117
|
+
*/(ftp|FTP|ssh|telnet)/ ipv6 server acl
|
|
118
|
+
*/(ftp|FTP)/ acl
|
|
119
|
+
*/(ftp|FTP)/ ipv6 acl
|
|
120
|
+
*/(ftp|FTP)/ server enable
|
|
121
|
+
*/(ftp|FTP)/ server source all-interface
|
|
122
|
+
*/(ftp|FTP)/ server-source
|
|
123
|
+
*/(ftp|FTP)/ server
|
|
124
|
+
*/(ftp|FTP)/ ipv6 server enable
|
|
125
|
+
*/(ftp|FTP)/ ipv6 server source all-interface
|
|
126
|
+
*/(ftp|FTP)/ ipv6 server-source
|
|
127
|
+
*/(ftp|FTP)/ ipv6 server
|
|
128
|
+
ssh client key-exchange
|
|
129
|
+
ssh client hmac
|
|
130
|
+
ssh client cipher
|
|
131
|
+
ssh server key-exchange
|
|
132
|
+
ssh server dh-exchange
|
|
133
|
+
ssh server cipher
|
|
134
|
+
ssh server hmac
|
|
135
|
+
ssh server publickey
|
|
136
|
+
|
|
137
|
+
ftp client source %logic=h3c.misc.undo_redo
|
|
138
|
+
|
|
139
|
+
ip vpn-instance *
|
|
140
|
+
ipv6-family
|
|
141
|
+
route-distinguisher *
|
|
142
|
+
export route-policy
|
|
143
|
+
|
|
144
|
+
ip */(ip|ipv6)/-prefix * %logic=h3c.misc.prefix_list
|
|
145
|
+
ip as-path-filter * index *
|
|
146
|
+
ip community-filter * * index *
|
|
147
|
+
ip extcommunity-filter * * index *
|
|
148
|
+
|
|
149
|
+
mpls lsr-id
|
|
150
|
+
mpls ldp remote-peer *
|
|
151
|
+
|
|
152
|
+
explicit-path *
|
|
153
|
+
next hop * %ordered
|
|
154
|
+
|
|
155
|
+
traffic classifier * %logic=h3c.misc.classifier
|
|
156
|
+
if-match mpls-exp
|
|
157
|
+
if-match dscp
|
|
158
|
+
if-match ipv6 acl name *
|
|
159
|
+
if-match acl name *
|
|
160
|
+
|
|
161
|
+
traffic behavior *
|
|
162
|
+
remark 8021p
|
|
163
|
+
remark dscp
|
|
164
|
+
car *
|
|
165
|
+
|
|
166
|
+
traffic policy *
|
|
167
|
+
|
|
168
|
+
*/[rd]sa/ peer-public-key * %multiline
|
|
169
|
+
|
|
170
|
+
local-user ~
|
|
171
|
+
password hash * %logic=h3c.aaa.user
|
|
172
|
+
service-type ~
|
|
173
|
+
~ %global
|
|
174
|
+
|
|
175
|
+
hwtacacs-server template *
|
|
176
|
+
hwtacacs-server shared-key
|
|
177
|
+
|
|
178
|
+
hwtacacs server template *
|
|
179
|
+
hwtacacs server shared-key
|
|
180
|
+
|
|
181
|
+
!radius-server template default
|
|
182
|
+
|
|
183
|
+
radius-server template *
|
|
184
|
+
radius-server accounting * *
|
|
185
|
+
radius-server authentication * *
|
|
186
|
+
|
|
187
|
+
ssh authentication-type default password
|
|
188
|
+
|
|
189
|
+
ssh server rsa-key min-length
|
|
190
|
+
undo ssh server rsa-key min-length
|
|
191
|
+
ssh user * authentication-type
|
|
192
|
+
ssh user * service-type
|
|
193
|
+
ssh user * assign *
|
|
194
|
+
ssh user *
|
|
195
|
+
|
|
196
|
+
snmp-agent protocol source-status all-interface
|
|
197
|
+
snmp-agent protocol ipv6 *
|
|
198
|
+
|
|
199
|
+
ipv6 icmp * send disable %logic=h3c.misc.clear_instead_undo
|
|
200
|
+
|
|
201
|
+
# this is not a block
|
|
202
|
+
user-interface maximum-vty
|
|
203
|
+
|
|
204
|
+
user-interface ~
|
|
205
|
+
protocol inbound
|
|
206
|
+
idle-timeout
|
|
207
|
+
acl ~ %logic=h3c.misc.vty_acl_undo
|
|
208
|
+
screen-length
|
|
209
|
+
user privilege level
|
|
210
|
+
authentication-mode
|
|
211
|
+
|
|
212
|
+
tunnel-policy *
|
|
213
|
+
tunnel select-seq
|
|
214
|
+
|
|
215
|
+
sflow collector *
|
|
216
|
+
|
|
217
|
+
*/(ip|ipv6)/ netstream timeout active
|
|
218
|
+
*/(ip|ipv6)/ netstream timeout inactive
|
|
219
|
+
*/(ip|ipv6)/ netstream export index-switch
|
|
220
|
+
*/(ip|ipv6)/ netstream mpls-aware
|
|
221
|
+
*/(ip|ipv6)/ netstream sampler ~ %logic=h3c.misc.netstream_undo
|
|
222
|
+
*/(ip|ipv6)/ netstream export source ipv6
|
|
223
|
+
*/(ip|ipv6)/ netstream export source
|
|
224
|
+
*/(ip|ipv6)/ netstream export version
|
|
225
|
+
*/(ip|ipv6)/ netstream export template timeout-rate
|
|
226
|
+
*/(ip|ipv6)/ netstream export template option timeout-rate
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
!interface */(Vlanif1$|NULL)/
|
|
230
|
+
interface */Tunnel.+/
|
|
231
|
+
mpls te igp metric
|
|
232
|
+
ip address unnumbered
|
|
233
|
+
tunnel-protocol
|
|
234
|
+
destination
|
|
235
|
+
mpls te signalled tunnel-name
|
|
236
|
+
mpls te reserved-for-binding
|
|
237
|
+
mpls te path metric-type
|
|
238
|
+
mpls te path
|
|
239
|
+
mpls te tunnel-id
|
|
240
|
+
|
|
241
|
+
interface *
|
|
242
|
+
mtu %logic=h3c.misc.undo_redo
|
|
243
|
+
undo port link-mode *
|
|
244
|
+
port link-mode * %logic=h3c.misc.undo_port_link_mode
|
|
245
|
+
ip binding ~ %diff_logic=h3c.iface.binding_change
|
|
246
|
+
ip ~ %diff_logic=h3c.iface.binding_change
|
|
247
|
+
jumboframe enable
|
|
248
|
+
stp bpdu-filter
|
|
249
|
+
port-isolate enable ~
|
|
250
|
+
port default vlan
|
|
251
|
+
ipv6 enable %diff_logic=h3c.iface.binding_change
|
|
252
|
+
ipv6 mtu %logic=h3c.misc.undo_redo %diff_logic=h3c.iface.binding_change
|
|
253
|
+
ipv6 nd ra prefix * %diff_logic=h3c.iface.binding_change
|
|
254
|
+
ipv6 nd ra min-interval %ignore_case %diff_logic=h3c.iface.binding_change
|
|
255
|
+
ipv6 nd ra max-interval %ignore_case %diff_logic=h3c.iface.binding_change
|
|
256
|
+
ipv6 nd ra router-lifetime %ignore_case %diff_logic=h3c.iface.binding_change
|
|
257
|
+
ipv6 neighbor * %diff_logic=h3c.iface.binding_change
|
|
258
|
+
ipv6 ~ %diff_logic=h3c.iface.binding_change
|
|
259
|
+
dhcpv6 ~
|
|
260
|
+
port link-type
|
|
261
|
+
port trunk pvid vlan
|
|
262
|
+
port trunk allow-pass vlan %logic=h3c.vlandb.multi_all
|
|
263
|
+
undo port trunk allow-pass ~
|
|
264
|
+
port hybrid pvid vlan
|
|
265
|
+
port hybrid tagged vlan %logic=h3c.vlandb.multi_all
|
|
266
|
+
port hybrid untagged vlan %logic=h3c.vlandb.multi_all
|
|
267
|
+
undo port hybrid vlan ~
|
|
268
|
+
port mode *
|
|
269
|
+
eth-trunk %logic=h3c.misc.undo_redo
|
|
270
|
+
mode
|
|
271
|
+
lldp admin-status
|
|
272
|
+
qos queue * drr weight
|
|
273
|
+
qos queue * drr wred
|
|
274
|
+
qos queue * wfq weight
|
|
275
|
+
qos queue * wred
|
|
276
|
+
qos queue * shaping
|
|
277
|
+
qos schedule-profile
|
|
278
|
+
port-queue ~ %logic=h3c.misc.port_queue
|
|
279
|
+
sflow sampling ~
|
|
280
|
+
damping time
|
|
281
|
+
isis enable
|
|
282
|
+
isis circuit-level
|
|
283
|
+
isis circuit-type
|
|
284
|
+
isis timer lsp-throttle
|
|
285
|
+
isis cost
|
|
286
|
+
ospf cost
|
|
287
|
+
ospf network-type
|
|
288
|
+
authentication-profile
|
|
289
|
+
set flow-stat interval
|
|
290
|
+
least active-linknumber
|
|
291
|
+
lacp timeout
|
|
292
|
+
storm-control enable ~
|
|
293
|
+
storm control enable ~
|
|
294
|
+
storm-control *
|
|
295
|
+
storm control *
|
|
296
|
+
mpls ldp transport-address
|
|
297
|
+
trust upstream
|
|
298
|
+
dhcp snooping check dhcp-rate enable
|
|
299
|
+
dhcp snooping check dhcp-rate
|
|
300
|
+
poe legacy enable
|
|
301
|
+
mac-address notification learning
|
|
302
|
+
mac-address
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
bridge-domain *
|
|
306
|
+
vxlan vni *
|
|
307
|
+
|
|
308
|
+
route-policy * (?:permit|deny) node * %logic=h3c.misc.rp_node
|
|
309
|
+
if-match cost
|
|
310
|
+
if-match protocol
|
|
311
|
+
apply community
|
|
312
|
+
apply as-path
|
|
313
|
+
apply as-path
|
|
314
|
+
apply cost
|
|
315
|
+
apply cost-type
|
|
316
|
+
apply local-preference
|
|
317
|
+
goto next-node
|
|
318
|
+
|
|
319
|
+
# xpl объекты можно только перезаписать полностью
|
|
320
|
+
xpl ~
|
|
321
|
+
~ %rewrite %global
|
|
322
|
+
|
|
323
|
+
bgp path-attribute attr-set *
|
|
324
|
+
bgp path-attribute *
|
|
325
|
+
|
|
326
|
+
bgp
|
|
327
|
+
router-id
|
|
328
|
+
|
|
329
|
+
# эти команды могут быть как в top-level, так и внутри family
|
|
330
|
+
# здесь нужен copy-paste, т.к. %global почему-то не работает
|
|
331
|
+
group *
|
|
332
|
+
|
|
333
|
+
# Опции для пиров
|
|
334
|
+
peer * description
|
|
335
|
+
peer * tcp-mss
|
|
336
|
+
peer * bfd enable
|
|
337
|
+
peer * bfd %logic=h3c.bgp.bfd
|
|
338
|
+
# Правило 'peer *' должно быть в самом низу
|
|
339
|
+
# Чтобы не матчится на опции пира
|
|
340
|
+
# На порядок команд в патче это не влияет
|
|
341
|
+
# Только на логику. Порядок задается в h3c.order
|
|
342
|
+
peer * %logic=h3c.bgp.peer
|
|
343
|
+
|
|
344
|
+
balance */eibgp|ebgp|ibgp|ingress-lsp/
|
|
345
|
+
balance
|
|
346
|
+
|
|
347
|
+
*/address-family ipv[46]/ ~
|
|
348
|
+
group *
|
|
349
|
+
additional-paths
|
|
350
|
+
pic
|
|
351
|
+
# Опции для пиров
|
|
352
|
+
peer * description
|
|
353
|
+
peer * tcp-mss
|
|
354
|
+
peer * bfd enable
|
|
355
|
+
peer * route-limit
|
|
356
|
+
peer * advertise add-path
|
|
357
|
+
peer * bfd %logic=h3c.bgp.bfd
|
|
358
|
+
# Правило 'peer *' должно быть в самом низу
|
|
359
|
+
# Чтобы не матчится на опции пира
|
|
360
|
+
# На порядок команд в патче это не влияет
|
|
361
|
+
# Только на логику. Порядок задается в h3c.order
|
|
362
|
+
peer * %logic=h3c.bgp.peer
|
|
363
|
+
|
|
364
|
+
balance */eibgp|ebgp|ibgp|ingress-lsp|transit-lsp/
|
|
365
|
+
balance
|
|
366
|
+
import-route direct
|
|
367
|
+
import-route static
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
ip community-filter ~
|
|
371
|
+
ospf *
|
|
372
|
+
stub-router %logic=h3c.misc.undo_redo
|
|
373
|
+
area *
|
|
374
|
+
mpls-te
|
|
375
|
+
|
|
376
|
+
isis *
|
|
377
|
+
set-overload *
|
|
378
|
+
|
|
379
|
+
error-down auto-recovery cause link-flap
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
ip route-static default-bfd
|
|
383
|
+
ipv6 route-static default-bfd
|
|
384
|
+
|
|
385
|
+
ip route-static ~ %logic=h3c.misc.static
|
|
386
|
+
ipv6 route-static ~ %logic=h3c.misc.static
|
|
387
|
+
|
|
388
|
+
# Should be after acl definition
|
|
389
|
+
!snmp-agent local-engineid *
|
|
390
|
+
snmp-agent protocol vpn-instance
|
|
391
|
+
snmp-agent protocol get-bulk timeout
|
|
392
|
+
snmp-agent sys-info version %logic=h3c.misc.snmpagent_sysinfo_version
|
|
393
|
+
snmp-agent sys-info *
|
|
394
|
+
snmp-agent mib-view ~
|
|
395
|
+
snmp-agent community complexity-check ~
|
|
396
|
+
snmp-agent community * cipher *
|
|
397
|
+
snmp-agent community read ~
|
|
398
|
+
|
|
399
|
+
snmp-agent target-host host-name *
|
|
400
|
+
snmp-agent target-host trap address udp-domain * params securityname cipher *
|
|
401
|
+
snmp-agent target-host trap address udp-domain * vpn-instance (?:.+) params securityname cipher *
|
|
402
|
+
snmp-agent target-host trap ipv6 address udp-domain * params securityname cipher *
|
|
403
|
+
snmp-agent target-host trap ipv6 address udp-domain * vpn-instance * params securityname cipher *
|
|
404
|
+
|
|
405
|
+
# на старых хуавеях community не зашифрован и команда по другому отменяется
|
|
406
|
+
snmp-agent target-host trap address udp-domain * params securityname *
|
|
407
|
+
snmp-agent trap source
|
|
408
|
+
snmp-agent packet max-size
|
|
409
|
+
snmp-agent ~
|
|
410
|
+
ifindex constant
|
|
411
|
+
|
|
412
|
+
grpc
|
|
413
|
+
grpc server %logic=h3c.misc.undo_children
|
|
414
|
+
grpc server ipv6 %logic=h3c.misc.undo_children
|
|
415
|
+
|
|
416
|
+
pce-client
|
|
417
|
+
connect-server *
|
|
418
|
+
preference
|
|
419
|
+
timer state-timeout *
|
|
420
|
+
|
|
421
|
+
cpu-defend policy *
|
|
422
|
+
cpu-defend-policy * global
|
|
423
|
+
cpu-defend-policy
|
|
424
|
+
slot *
|
|
425
|
+
cpu-defend-policy
|
|
426
|
+
|
|
427
|
+
description %global
|
|
428
|
+
|
|
429
|
+
undo ~ %global
|
|
430
|
+
~ %global
|
|
431
|
+
|
|
432
|
+
# vim: set syntax=annrulebook:
|
annet/vendors/library/h3c.py
CHANGED
|
@@ -29,6 +29,9 @@ class H3CVendor(AbstractVendor):
|
|
|
29
29
|
def hardware(self) -> HardwareView:
|
|
30
30
|
return HardwareView("H3C")
|
|
31
31
|
|
|
32
|
+
def svi_name(self, num: int) -> str:
|
|
33
|
+
return f"Vlan-interface{num}"
|
|
34
|
+
|
|
32
35
|
def make_formatter(self, **kwargs) -> HuaweiFormatter:
|
|
33
36
|
return HuaweiFormatter(**kwargs)
|
|
34
37
|
|
|
@@ -11,7 +11,7 @@ annet/diff.py,sha256=kD_2kxz5wc2TP10xj-BHs6IPq1yNKkXxIco8czjeC6M,9497
|
|
|
11
11
|
annet/filtering.py,sha256=ZtqxPsKdV9reZoRxtQyBg22BqyMqd-2SotYcxZ-68AQ,903
|
|
12
12
|
annet/gen.py,sha256=y9e7P551uJ-thjBS2p-ZRMgwQa8kPF_JAoEXJ3am77Y,30683
|
|
13
13
|
annet/hardware.py,sha256=O2uadehcavZ10ssPr-db3XYHK8cpbG7C7XFkO-I6r_s,1161
|
|
14
|
-
annet/implicit.py,sha256=
|
|
14
|
+
annet/implicit.py,sha256=mjiEf9EzS80i3oz8eZtO9p9CKAooG6gvglgZUdFftBg,6891
|
|
15
15
|
annet/lib.py,sha256=4N4X6jCCrig5rk7Ua4AofrV9zK9jhzkBq57fLsfBJjw,4812
|
|
16
16
|
annet/output.py,sha256=se8EpyNS9f9kPOlOaAV0ht4DjzDoBr8F2UafiezLPYw,7743
|
|
17
17
|
annet/parallel.py,sha256=yM53RYaSpbIOUuBx4y07B_3jW8J-w3taiZWjcq_1r6A,17397
|
|
@@ -26,7 +26,7 @@ annet/adapters/fetchers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
26
26
|
annet/adapters/fetchers/stub/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
annet/adapters/fetchers/stub/fetcher.py,sha256=FzpkIzPJBQVuNNSdXKoGzkALmIGMgo2gmGLXzYWdDYA,891
|
|
28
28
|
annet/adapters/file/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
|
-
annet/adapters/file/provider.py,sha256=
|
|
29
|
+
annet/adapters/file/provider.py,sha256=Raw5DzsGS8I9XcKNeMuk5O3dPxqeRSCNmuB5JwClRqY,7687
|
|
30
30
|
annet/adapters/netbox/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
31
|
annet/adapters/netbox/provider.py,sha256=iUkG0Dc0wBeck1dQMysej-olFLugKW6r-GJVutjMUYs,2375
|
|
32
32
|
annet/adapters/netbox/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -57,21 +57,21 @@ annet/annlib/errors.py,sha256=jBcSFzY6Vj-FxR__vqjFm-87AwYQ0xHuAopTirii5AU,287
|
|
|
57
57
|
annet/annlib/filter_acl.py,sha256=ZJvNpSwE5MzJS_sKLenQpZgTuM-IrngwcbukQRq90do,7195
|
|
58
58
|
annet/annlib/jsontools.py,sha256=-vTVtOL6ZplXSb9f2doNtrocIjU80OH4ua0X94vpCl4,7348
|
|
59
59
|
annet/annlib/lib.py,sha256=lxmYrbeablFMhFtvFmADVpVShSFi9TN4gNWaBs_Ygm0,14952
|
|
60
|
-
annet/annlib/output.py,sha256=
|
|
60
|
+
annet/annlib/output.py,sha256=g8d_LyNg5snywt0iPQuL9OFpoxKMdN59VW-vcrKitTQ,7674
|
|
61
61
|
annet/annlib/patching.py,sha256=1bxlLDRx15GjB6aNk6kAx7t3WPPLHffYvSy7VLGnCig,21506
|
|
62
62
|
annet/annlib/types.py,sha256=VHU0CBADfYmO0xzB_c5f-mcuU3dUumuJczQnqGlib9M,852
|
|
63
63
|
annet/annlib/netdev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
64
|
annet/annlib/netdev/db.py,sha256=fI_u5aya4l61mbYSjj4JwlVfi3s7obt2jqERSuXGRUI,1634
|
|
65
65
|
annet/annlib/netdev/devdb/__init__.py,sha256=I-NKzenyjsmUKpmIerQOfZExnnnDpPdNZLdRanyu-Nk,1020
|
|
66
|
-
annet/annlib/netdev/devdb/data/devdb.json,sha256=
|
|
66
|
+
annet/annlib/netdev/devdb/data/devdb.json,sha256=ACzYCHq3F4gId2-KNOtLULfDrNRujIbUyfmKjzDjQFY,7590
|
|
67
67
|
annet/annlib/netdev/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
68
68
|
annet/annlib/netdev/views/dump.py,sha256=rIlyvnA3uM8bB_7oq1nS2KDxTp6dQh2hz-FbNhYIpOU,4630
|
|
69
|
-
annet/annlib/netdev/views/hardware.py,sha256=
|
|
69
|
+
annet/annlib/netdev/views/hardware.py,sha256=ZCZVUIETMgIKIHfhrz99-X3zyVbZW-3UFZwmuArRRqc,3419
|
|
70
70
|
annet/annlib/rbparser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
71
71
|
annet/annlib/rbparser/acl.py,sha256=I_1VUZQgF-s4dYTxyEDxQ-GkAP2MeXonzzsc2xROpTM,3974
|
|
72
72
|
annet/annlib/rbparser/deploying.py,sha256=ACT8QNhDAhJx3ZKuGh2nYBOrpdka2qEKuLDxvQAGKLk,1649
|
|
73
73
|
annet/annlib/rbparser/ordering.py,sha256=XknggB92N4IbhHBZZHL0StwCCITt8mkho4D4Nu5Kb4k,2185
|
|
74
|
-
annet/annlib/rbparser/platform.py,sha256=
|
|
74
|
+
annet/annlib/rbparser/platform.py,sha256=wndmmg3ds2PS-g8vq_Iq4lCLUcK6J6YaJq-RspsqYGE,36
|
|
75
75
|
annet/annlib/rbparser/syntax.py,sha256=Q-AIjoRnM54pNLKknAxmGdXLg5vpikh6Lal-J330TjY,3530
|
|
76
76
|
annet/annlib/rulebook/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
77
77
|
annet/annlib/rulebook/common.py,sha256=6A3sOkOanDRTuR7F426zakShGaGKRBmBLDCnqBbBJr8,13531
|
|
@@ -134,6 +134,12 @@ annet/rulebook/cisco/misc.py,sha256=ywNxnXhqgJdfeNAJi9EwEZ5iJ5YFtc_jvJfFuuq4PVo,
|
|
|
134
134
|
annet/rulebook/cisco/vlandb.py,sha256=pdQ0Ca976_5_cNBbTI6ADN1SP8aAngVBs1AZWltmpsw,3319
|
|
135
135
|
annet/rulebook/generic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
136
136
|
annet/rulebook/generic/misc.py,sha256=dp8mWMN0v4dkvGjthXvIwvyBNSag_3HruTyhRV7E8sA,519
|
|
137
|
+
annet/rulebook/h3c/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
138
|
+
annet/rulebook/h3c/aaa.py,sha256=M_A4NDYO-aXA76uLYqGLYC0Og7KlJCFllHNlI8luU3E,1045
|
|
139
|
+
annet/rulebook/h3c/bgp.py,sha256=0zOWeWsnRF47-GuivvYRnG1qVvyawbeoaUuZDWKOOJ8,3141
|
|
140
|
+
annet/rulebook/h3c/iface.py,sha256=uhOPX3hfHesp_GoZCqWncziro8HLsy2GFb_KUbng0y8,675
|
|
141
|
+
annet/rulebook/h3c/misc.py,sha256=yg8eoZjefdwyC9RUczhV3ZTsEJowNvdAdGlYb9_e_Z4,10556
|
|
142
|
+
annet/rulebook/h3c/vlandb.py,sha256=lPJl9z5myQXf6ODpN6m3ohTI4azItfqDyVsD39yQHOI,4357
|
|
137
143
|
annet/rulebook/huawei/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
138
144
|
annet/rulebook/huawei/aaa.py,sha256=RyFwnfp7I2Y3Kizc2f3SXSzBm6UbhaHE6TtisBeuD68,3919
|
|
139
145
|
annet/rulebook/huawei/bgp.py,sha256=dN8T3-44ggGEapt4u4sT3bTn_dsoCbS5qdNeSQ8LSTs,4015
|
|
@@ -158,6 +164,9 @@ annet/rulebook/texts/b4com.rul,sha256=WAhAV5HEotXtQU0CVyS3UScDsnCjQ2qDVNdC87s3vI
|
|
|
158
164
|
annet/rulebook/texts/cisco.deploy,sha256=Hu0NkcGv3f1CWUrnbzI3eQOPXJxtH4NNOPRV68IrW4U,1226
|
|
159
165
|
annet/rulebook/texts/cisco.order,sha256=DarNICBBAEXR8VOFV8SNnuQmwGAG-TGwXlMWpFMTCDE,1927
|
|
160
166
|
annet/rulebook/texts/cisco.rul,sha256=cX9CyqKpgpr8B1Qe3aEe66wZpfaGg7fmsIsmgW6Yip4,3619
|
|
167
|
+
annet/rulebook/texts/h3c.deploy,sha256=5vrvhai2BjaJ793A3EHHCthic3dnGKp2_rAgViVIouI,10951
|
|
168
|
+
annet/rulebook/texts/h3c.order,sha256=xPov8SZPpdoj2TpBR66uu8RWZsED_R5OlRa-wINgQj4,10512
|
|
169
|
+
annet/rulebook/texts/h3c.rul,sha256=vTZFuCIy77NP7C1BwgDHtv3z7kIjab1e-quhu6FPwQI,11642
|
|
161
170
|
annet/rulebook/texts/huawei.deploy,sha256=wd2xBldTBCGzo6YtpBEQeyiTtFyMuPGk6xANs29yckY,11552
|
|
162
171
|
annet/rulebook/texts/huawei.order,sha256=4qXuoqfJ8Hck11LACKwaWP2ARHwPrtLfCut1BDRAg7E,11244
|
|
163
172
|
annet/rulebook/texts/huawei.rul,sha256=5Xdy_pJYnLHwrCmnj8q6FsOhWk-MZFr4vBLiBCf0w70,13877
|
|
@@ -189,7 +198,7 @@ annet/vendors/library/arista.py,sha256=J4ltZ7sS_TgIECg2U7fizvxwfS4-s35Of0tNDNWWY
|
|
|
189
198
|
annet/vendors/library/aruba.py,sha256=tvrSFSA43n0uelCv-NLQnqxO01d0y2mrfhncpOX7zoQ,1257
|
|
190
199
|
annet/vendors/library/b4com.py,sha256=EABOc-w8XqFGI0hcGU5JjCfXAf9v_Uf4MVdFT5gLZ7Q,1462
|
|
191
200
|
annet/vendors/library/cisco.py,sha256=3-hWdMaQPnUVFJzKX4gNwIIoGxrSqrGrrE0p7QvedyU,1176
|
|
192
|
-
annet/vendors/library/h3c.py,sha256=
|
|
201
|
+
annet/vendors/library/h3c.py,sha256=yYvKXCrhznbiHybP5nTHR45TVYI08A4Ot_xQgVUgELU,1125
|
|
193
202
|
annet/vendors/library/huawei.py,sha256=79RINBbuob8KJXQvULbEGVVaGhn3-LzCYuqWQ847eds,1261
|
|
194
203
|
annet/vendors/library/iosxr.py,sha256=0eFPbiE0jry_IATDxK3-UsPPMkK2gs9-avR51v2HAWw,1185
|
|
195
204
|
annet/vendors/library/juniper.py,sha256=BDljknxDJ0JxEXb3HCbZSC38BuA7OF5mtcQLLftXx_o,1289
|
|
@@ -199,8 +208,8 @@ annet/vendors/library/optixtrans.py,sha256=VdME69Ca4HAEgoaKN21fZxnmmsqqaxOe_HZja
|
|
|
199
208
|
annet/vendors/library/pc.py,sha256=vfv31_NPi7M-4AUDL89UcpawK2E6xvCpELA209cd1ho,1086
|
|
200
209
|
annet/vendors/library/ribbon.py,sha256=DDOBq-_-FL9dCxqXs2inEWZ-pvw-dJ-A-prA7cKMhec,1216
|
|
201
210
|
annet/vendors/library/routeros.py,sha256=iQa7m_4wjuvcgBOI9gyZwlw1BvzJfOkvUbyoEk-NI9I,1254
|
|
202
|
-
annet-3.
|
|
203
|
-
annet-3.
|
|
211
|
+
annet-3.16.1.dist-info/licenses/AUTHORS,sha256=rh3w5P6gEgqmuC-bw-HB68vBCr-yIBFhVL0PG4hguLs,878
|
|
212
|
+
annet-3.16.1.dist-info/licenses/LICENSE,sha256=yPxl7dno02Pw7gAcFPIFONzx_gapwDoPXsIsh6Y7lC0,1079
|
|
204
213
|
annet_generators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
205
214
|
annet_generators/example/__init__.py,sha256=OJ77uj8axc-FIyIu_Xdcnzmde3oQW5mk5qbODkhuVc8,355
|
|
206
215
|
annet_generators/example/hostname.py,sha256=RloLzNVetEoWPLITzfJ13Nk3CC0yi-cZB1RTd6dnuhI,2541
|
|
@@ -213,8 +222,8 @@ annet_generators/rpl_example/generator.py,sha256=EWah19gOH8G-QyNyWqxCqdRi0BK7GbM
|
|
|
213
222
|
annet_generators/rpl_example/items.py,sha256=HPgxScDvSqJPdz0c2SppDrH82DZYC4zUaniQwcWmh4A,1176
|
|
214
223
|
annet_generators/rpl_example/mesh.py,sha256=z_WgfDZZ4xnyh3cSf75igyH09hGvtexEVwy1gCD_DzA,288
|
|
215
224
|
annet_generators/rpl_example/route_policy.py,sha256=z6nPb0VDeQtKD1NIg9sFvmUxBD5tVs2frfNIuKdM-5c,2318
|
|
216
|
-
annet-3.
|
|
217
|
-
annet-3.
|
|
218
|
-
annet-3.
|
|
219
|
-
annet-3.
|
|
220
|
-
annet-3.
|
|
225
|
+
annet-3.16.1.dist-info/METADATA,sha256=S_QgJZI1mloeLmMY1xgqA21k3O9dwCialtR5ILbD2KE,816
|
|
226
|
+
annet-3.16.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
227
|
+
annet-3.16.1.dist-info/entry_points.txt,sha256=5lIaDGlGi3l6QQ2ry2jZaqViP5Lvt8AmsegdD0Uznck,192
|
|
228
|
+
annet-3.16.1.dist-info/top_level.txt,sha256=QsoTZBsUtwp_FEcmRwuN8QITBmLOZFqjssRfKilGbP8,23
|
|
229
|
+
annet-3.16.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|