Skip to content

Commit

Permalink
Merge pull request #3808 from vyos/mergify/bp/circinus/pr-3805
Browse files Browse the repository at this point in the history
op-mode: T6566: add support for listing all interfaces in "monitor bandwidth" (backport #3805)
  • Loading branch information
c-po authored Jul 12, 2024
2 parents 2470f18 + 168698c commit 7b06b5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion op-mode-definitions/monitor-bandwidth.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
<properties>
<help>Monitor interface bandwidth in real time</help>
</properties>
<command>bmon --use-bit</command>
<children>
<tagNode name="interface">
<command>bmon -b -p $4</command>
<command>bmon --use-bit --policy $4</command>
<properties>
<help>Monitor bandwidth usage on specified interface</help>
<completionHelp>
Expand Down

0 comments on commit 7b06b5a

Please sign in to comment.