summaryrefslogtreecommitdiff
path: root/interface-definitions/protocols_rpki.xml.in
AgeCommit message (Collapse)Author
2024-02-11rpki: T6034: move SSH authentication keys to PKI subsystemChristian Breunig
2024-02-10rpki: T6004: add missing startup priorityChristian Breunig
2024-02-07rpki: T6023: add support for CLI knobs expire-interval and retry-intervalChristian Breunig
2024-02-03rpki: T6011: known-hosts-file is no longer supported by FRRChristian Breunig
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