-
We never implemented a full-blown data model that would cover all possible nooks and crannies of RFC 8950 (#181), which is probably a good thing. Most of the combinations allowed by that RFC only get …
-
When the Boxen update Bash script (`get.sh`) detects a new Boxen update is available, it references Containerlab release notes.
```
christopher@ubuntu-vm:~$ bash -c "$(curl -sL https://raw.githubuse…
-
Could also add a static-routing module with basic support for provisioning static routes:
* static routes to neighbor loopbacks (inferred)
* static routes associated with links (to peer if p2p, ga…
-
I'm getting lost in a maze of twisty little commits, all alike. It's time to push out another release.
Is there anything you're still working on @jbemmel that you'd like to see in release 1.3.1? If…
-
Hi Roman,
I am not sure if this is the right platform to address my query. If not please guide me to correct platform.
I am having trouble using SSH to SRL. I am deploying SRL in KNE environment a…
-
### Contribution guidelines
- [X] I've read the [contribution guidelines](https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug and …
hellt updated
2 years ago
-
So it seems the variable skip_verify variable is redundant since the insecure connection part of the code is commented out.
https://github.com/napalm-automation-community/napalm-srlinux/blob/main/nap…
pyvkd updated
2 years ago
-
When attempting to update Boxen from v0.0.1 to v0.0.2, `get.sh` fails with the following error:
```
christopher@ubuntu-vm:~$ bash -c "$(curl -sL https://raw.githubusercontent.com/carlmontanari/boxen…
-
due to srl nature of using custom netns's, docker' DNS server running on 127.0.0.11:53 is not put in srbase-mgmt netns, but resides in a root netns.
We need to workaround this either by moving dock…
hellt updated
2 years ago
-
Similar to 'create_svi_interfaces' in vlan.py, I think we could use 'create_vxlan_interfaces' in vxlan.py
For one, the vrf module currently gets removed if there are no interfaces associated with a…