diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-10-06 10:49:34 -0500 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2025-10-06 11:03:39 -0500 |
| commit | bc73a4f7452434f25119267129f337640d8a959c (patch) | |
| tree | b3a1d3e2cf39530af6a9e79149c7ceb75b309b18 /interface-definitions/vrf.xml.in | |
| parent | d238a582e47e89c12b34b010a6a02a07f5099819 (diff) | |
| download | vyos-1x-bc73a4f7452434f25119267129f337640d8a959c.tar.gz vyos-1x-bc73a4f7452434f25119267129f337640d8a959c.zip | |
Revert "bgp: T7760: deprecate per bgp vrf instance system-as node"
This reverts commit d871fe9c4c65de87232802ed54b263c9b2824391.
Diffstat (limited to 'interface-definitions/vrf.xml.in')
| -rw-r--r-- | interface-definitions/vrf.xml.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index 0d1033e25..3fa95076e 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -57,18 +57,6 @@ </properties> <children> #include <include/bgp/protocol-common-config.xml.i> - <leafNode name="system-as"> - <properties> - <help>Autonomous System Number (ASN) - DEPRECATED</help> - <valueHelp> - <format>u32:1-4294967294</format> - <description>Autonomous System Number</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-4294967294"/> - </constraint> - </properties> - </leafNode> </children> </node> <node name="eigrp" owner="${vyos_conf_scripts_dir}/protocols_eigrp.py $VAR(../../@)"> |
