diff options
author | hagbard <vyosdev@derith.de> | 2019-06-27 14:45:46 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-06-27 14:45:46 -0700 |
commit | 5e04457aa33511bbed8fa19d2180afb7c0b49050 (patch) | |
tree | 81bab1ec8430324cffefb0fec7cc74e3f5f5f0fa | |
parent | 9cf9fbaaa0f6c22483a8ab8ad8f79e34b12fbed0 (diff) | |
download | vyos-1x-5e04457aa33511bbed8fa19d2180afb7c0b49050.tar.gz vyos-1x-5e04457aa33511bbed8fa19d2180afb7c0b49050.zip |
[IPoE] fixed show commands
-rw-r--r-- | op-mode-definitions/ipoe-server.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/ipoe-server.xml b/op-mode-definitions/ipoe-server.xml index 484201f40..ea14e9a5c 100644 --- a/op-mode-definitions/ipoe-server.xml +++ b/op-mode-definitions/ipoe-server.xml @@ -11,13 +11,13 @@ <properties> <help>Show active IPoE server sessions</help> </properties> - <command>/usr/bin/accel-cmd '-p 2002 show sessions ifname,called-sid,calling-sid,ip,ip6,ip6-dp,rate-limit,state,uptime,sid'</command> + <command>/usr/bin/accel-cmd -p 2002 show sessions ifname,called-sid,calling-sid,ip,ip6,ip6-dp,rate-limit,state,uptime,sid</command> </leafNode> <leafNode name="statistics"> <properties> <help>Show IPoE server statistics</help> </properties> - <command>/usr/bin/accel-cmd '-p 2002 show stat'</command> + <command>/usr/bin/accel-cmd -p 2002 show stat</command> </leafNode> </children> </node> |