diff options
| author | Daniil Baturin <daniil@baturin.org> | 2025-06-25 17:35:01 +0100 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2025-06-25 17:35:01 +0100 |
| commit | edc64e7fb63757a3779df12945ecefca9c462952 (patch) | |
| tree | 2f06526c4b8760c71707bb4b67c35f562f95245b /op-mode-definitions/monitor-protocol.xml.in | |
| parent | 195651aababa371d67c6e1608094891227a5bd18 (diff) | |
| download | vyos-1x-edc64e7fb63757a3779df12945ecefca9c462952.tar.gz vyos-1x-edc64e7fb63757a3779df12945ecefca9c462952.zip | |
op-mode: T7560: add support for virtual tag nodes
for cases when commands need both fixed and variable arguments
Diffstat (limited to 'op-mode-definitions/monitor-protocol.xml.in')
| -rw-r--r-- | op-mode-definitions/monitor-protocol.xml.in | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/op-mode-definitions/monitor-protocol.xml.in b/op-mode-definitions/monitor-protocol.xml.in index f05a1945f..fec30c8a5 100644 --- a/op-mode-definitions/monitor-protocol.xml.in +++ b/op-mode-definitions/monitor-protocol.xml.in @@ -35,12 +35,6 @@ </properties> <command>vtysh -c "no debug bgp ${@:5}"</command> </node> - <node name="bestpath"> - <properties> - <help>Disable BGP allow best path debugging</help> - </properties> - <command>vtysh -c "no debug bgp ${@:5}"</command> - </node> <tagNode name="bestpath"> <properties> <help>Disable BGP bestpath IPv4 IPv6</help> @@ -48,6 +42,10 @@ <list><x.x.x.x/x> <h:h:h:h:h:h:h:h/h></list> </completionHelp> </properties> + <standalone> + <help>Disable BGP allow best path debugging</help> + <command>vtysh -c "no debug bgp ${@:5}"</command> + </standalone> <command>vtysh -c "no debug bgp ${@:5}"</command> </tagNode> <node name="flowspec"> @@ -155,12 +153,6 @@ </properties> <command>vtysh -c "debug bgp ${@:5}"</command> </node> - <node name="bestpath"> - <properties> - <help>Enable BGP allow best path debugging</help> - </properties> - <command>vtysh -c "debug bgp ${@:5}"</command> - </node> <tagNode name="bestpath"> <properties> <help>Debug bestpath IPv4 IPv6</help> @@ -168,6 +160,10 @@ <list><x.x.x.x/x> <h:h:h:h:h:h:h:h/h></list> </completionHelp> </properties> + <standalone> + <help>Enable BGP allow best path debugging</help> + <command>vtysh -c "debug bgp ${@:5}"</command> + </standalone> <command>vtysh -c "debug bgp ${@:5}"</command> </tagNode> <node name="flowspec"> |
