Commit 1c64055
[OSPF] Add Advanced OSPF Configuration Module Mapping (#87)
* feat(ospf): Add advanced OSPF configuration module mapping for Epic #510
- Map 17 router-level OSPF attributes (both VRF and non-VRF contexts)
- Map 1 interface-level OSPF attribute (multi-area IDs)
- Use try() pattern for optional attributes with defaults fallback
- Note: fast-reroute is non-VRF only per YANG model
Implements Epic #510
Depends on CiscoDevNet/terraform-provider-iosxe#TBD
Depends on netascode/nac-iosxe#TBD
* style(ospf): apply terraform fmt after upstream merge
- Realign equals signs for consistency
- No functional changes
- Required for CI pre-commit checks
---------
Co-authored-by: Andrea Testino <atestini@cisco.com>1 parent 2f59227 commit 1c64055
2 files changed
+131
-69
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
| |||
377 | 380 | | |
378 | 381 | | |
379 | 382 | | |
| 383 | + | |
380 | 384 | | |
| 385 | + | |
381 | 386 | | |
382 | 387 | | |
383 | 388 | | |
384 | 389 | | |
385 | 390 | | |
386 | | - | |
387 | 391 | | |
388 | | - | |
| 392 | + | |
389 | 393 | | |
390 | 394 | | |
391 | 395 | | |
| |||
0 commit comments