summaryrefslogtreecommitdiff
path: root/interface-definitions/include/constraint/alpha-numeric-hyphen-underscore.xml.i
AgeCommit message (Collapse)Author
2023-12-13bgp: T591: add SRv6 support from FRRChristian Breunig
set protocols bgp sid vpn per-vrf export '99' set protocols bgp srv6 locator 'foo' set protocols bgp system-as '100' Will generate in FRR config router bgp 100 no bgp ebgp-requires-policy no bgp default ipv4-unicast no bgp network import-check ! segment-routing srv6 locator foo exit sid vpn per-vrf export 99 exit (cherry picked from commit af46fe54e56cf85d13b62ee771bec3d80f225ac5)
2023-05-16T5226: Fix typo in XML include headersIndrajit Raychaudhuri
2023-04-01xml: include building block file name should end with .i and not .inChristian Breunig