Jan Krupa
Jan Krupa
Fixes: #515 ## Description Variable `address_family_dict` was referenced before assignment; ## Motivation and Context Parser causes error: ``` Traceback (most recent call last): File "junos_show_interfaces_sample.py", line 11, in res =...
Close #457 Since there is no existing PR, I've created one which is based on @markkuleinio solution
Closes #405
Hello, is there a planned GraphQL queries implementation since Netbox 3.0 support this feature? GraphQL is not part of '/api' endpoint but it has own 'graphql/' path. Is it possible...
- pass transport protocol 'telnet' when port equals 23
### Unable to get facts from IOS-XR (7.3.3) device ### Did you follow the steps from https://github.com/napalm-automation/napalm#faq - [x] Yes - [ ] No ### Setup ### napalm version ```...
I've got model `user` and `role` ```ruby class User < ApplicationRecord rolify strict: true has_many :roles, through: :users_roles has_associated_audits ``` ```ruby class Role < ApplicationRecord has_and_belongs_to_many :users, join_table: :users_roles audited...
I've run into the issue with the following command `genie learn bgp --testbed-file testbed.yaml devices IOSXR_DEV` Genie output ``` Issue while building the feature Traceback (most recent call last): File...
### Deployment Type Self-hosted ### NetBox Version v3.7.1 ### Python Version 3.10 ### Steps to Reproduce 1. Add new Permission https://demo.netbox.dev/users/permissions/add/ 2. Setup **Constraints** as `{"role": "server"}` 3. Create 4....
Hello, i've run into a following problem. - command `pyats learn bgp --testbed-file tb.yaml --output today` ``` Issue while building the feature Traceback (most recent call last): File "src/genie/cli/commands/learn.py", line...