From e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 9 Jan 2021 14:31:48 +0100 Subject: xml: op-mode: add preprocessor support as known from configuration mode --- op-mode-definitions/clear-ip.xml.in | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 op-mode-definitions/clear-ip.xml.in (limited to 'op-mode-definitions/clear-ip.xml.in') diff --git a/op-mode-definitions/clear-ip.xml.in b/op-mode-definitions/clear-ip.xml.in new file mode 100644 index 000000000..3c75ed11b --- /dev/null +++ b/op-mode-definitions/clear-ip.xml.in @@ -0,0 +1,40 @@ + + + + + + + Clear Internet Protocol (IP) statistics or status + + + + + Clear prefix-list statistics or status + + vtysh -c "$*" + + + + Clear prefix-list statistics or status for specified word + + <WORD> + + + vtysh -c "$*" + + + + Clear prefix-list statistics or status for given word|network + + <x.x.x.x/x> + + + vtysh -c "$*" + + + + + + + + -- cgit v1.2.3