summaryrefslogtreecommitdiff
path: root/interface-definitions/protocols_segment-routing.xml.in
AgeCommit message (Collapse)Author
2026-04-30T6750: sr-te: Adding initial Segment Routing Traffic Engineering portion of ↵Cheeze-It
FRR (#4994) * sr-te: T6750: Adding Segment Routing Traffic Engineering portion of FRR --------- Co-authored-by: Cheeze_It <none@none.com> Co-authored-by: Christian Breunig <christian@breunig.cc>
2026-02-15srv6: T6977: add srv6 encapsulation source-addressJonathan Voss
2025-07-28T7639: use common naming style for "Segment-Routing" over "Segment Routing"Christian Breunig
Multiple styles were used - streamline this to make it look more professional.
2024-12-30srv6: T6984: add locator format configurationJonathan Voss
2023-12-31T5474: establish common file name pattern for XML conf mode commandsChristian Breunig
We will use _ as CLI level divider. The XML definition filename and also the Python helper should match the CLI node. Example: set interfaces ethernet -> interfaces_ethernet.xml.in set interfaces bond -> interfaces_bond.xml.in set service dhcp-server -> service_dhcp-server-xml.in