docs: update installation steps and reformat markdown tables

- Update the dependency installation command in the main README to use `uv sync` instead of `pip`, reflecting the project's package manager.
- Realign markdown tables in `src/yang/README.md` to improve raw text readability and consistency.
This commit is contained in:
darnodo
2025-12-26 15:56:17 +01:00
parent ad3e93b933
commit f8ef64e9b0
6 changed files with 64 additions and 16 deletions

View File

@@ -6,17 +6,17 @@ This module provides YANG path constants and utilities for managing Arista EVPN-
The module contains validated gNMI paths for Arista EOS 4.35.0F, organized by feature:
| Class | Model | Description |
|-------|-------|-------------|
| `Interfaces` | OpenConfig | Physical and logical interfaces |
| `Loopbacks` | OpenConfig | Loopback interfaces |
| `VLANs` | OpenConfig | VLAN configuration and SVIs |
| `BGP` | OpenConfig | BGP global, neighbors, AFI-SAFI |
| `VXLAN` | Arista Exp | VXLAN VNI mappings |
| `MLAG` | Arista Exp | MLAG config (state via eAPI) |
| `EVPN` | Arista Exp | EVPN instances (state via eAPI) |
| `PortChannel` | OpenConfig | LAG/Port-Channel |
| `System` | OpenConfig | System configuration |
| Class | Model | Description |
| ------------- | ---------- | ------------------------------- |
| `Interfaces` | OpenConfig | Physical and logical interfaces |
| `Loopbacks` | OpenConfig | Loopback interfaces |
| `VLANs` | OpenConfig | VLAN configuration and SVIs |
| `BGP` | OpenConfig | BGP global, neighbors, AFI-SAFI |
| `VXLAN` | Arista Exp | VXLAN VNI mappings |
| `MLAG` | Arista Exp | MLAG config (state via eAPI) |
| `EVPN` | Arista Exp | EVPN instances (state via eAPI) |
| `PortChannel` | OpenConfig | LAG/Port-Channel |
| `System` | OpenConfig | System configuration |
## Installation
@@ -188,10 +188,10 @@ custom = SubscriptionPath(
## Limitations
| Feature | Config | State | Notes |
|---------|--------|-------|-------|
| MLAG | ✅ | ❌ | Use eAPI for state |
| EVPN | ✅ | ❌ | Use eAPI for state |
| Feature | Config | State | Notes |
| ------- | ------ | ----- | ------------------ |
| MLAG | ✅ | ❌ | Use eAPI for state |
| EVPN | ✅ | ❌ | Use eAPI for state |
## References