Makefile.am | 1 debian/changelog | 19 scripts/show-input-policy.pl | 185 ++++++++ scripts/vyatta-show-queueing.pl | 207 +++------- templates/show/incoming/adsl/node.def | 2 templates/show/incoming/adsl/node.tag/node.def | 6 templates/show/incoming/bonding/node.def | 2 templates/show/incoming/bonding/node.tag/node.def | 3 templates/show/incoming/ethernet/node.def | 2 templates/show/incoming/ethernet/node.tag/node.def | 3 templates/show/incoming/input/node.def | 2 templates/show/incoming/input/node.tag/node.def | 3 templates/show/incoming/node.def | 2 templates/show/incoming/pppoe/node.def | 2 templates/show/incoming/pppoe/node.tag/node.def | 3 templates/show/incoming/pseudo-ethernet/node.def | 2 templates/show/incoming/serial/node.def | 2 templates/show/incoming/serial/node.tag/node.def | 6 templates/show/incoming/tunnel/node.def | 2 templates/show/incoming/wireless/node.def | 2 templates/show/incoming/wireless/node.tag/node.def | 3 templates/show/interfaces/input/node.tag/queue/class/node.def | 2 templates/show/interfaces/input/node.tag/queue/filter/node.def | 2 templates/show/interfaces/input/node.tag/queue/node.def | 2 templates/show/queueing/bonding/node.def | 2 templates/show/queueing/bonding/node.tag/node.def | 3 templates/show/queueing/bonding/node.tag/vif/node.def | 4 templates/show/queueing/bonding/node.tag/vif/node.tag/node.def | 5 templates/show/queueing/input/node.def | 2 templates/show/queueing/input/node.tag/node.def | 3 templates/show/queueing/pseudo-ethernet/node.def | 2 templates/show/queueing/tunnel/node.def | 2 32 files changed, 363 insertions(+), 125 deletions(-)
New commits: commit c3c1ab843d25626befc07107b7e3c3658ca4df32 Author: Stephen Hemminger <[email protected]> Date: Fri Apr 16 11:50:58 2010 -0700 0.12.12 commit 671a8b2b64c93bc8bd0a5165d03017f968852e38 Author: Stephen Hemminger <[email protected]> Date: Fri Apr 16 11:48:43 2010 -0700 Cleanup show input policy Skip interfaces with no input policy. Also fix copyright and comments commit 527c0217a5365e452cb1f4aa13cd27a9953e6bae Author: Stephen Hemminger <[email protected]> Date: Fri Apr 16 08:03:21 2010 -0700 Rename 'show input-policy' to 'show incoming' The name incoming is more consistent with the other side queuing. commit 5e9dd89310d93ae8163fae7405121be07d62f3ce Author: Stephen Hemminger <[email protected]> Date: Thu Apr 15 17:40:02 2010 -0700 0.12.11 commit f66833917fb5b35b60b8cb0a8278a28a167ed1c0 Author: Stephen Hemminger <[email protected]> Date: Thu Apr 15 17:39:19 2010 -0700 Add operational mode command for input-policy New show input-policy and releated commands. commit 52654a35201552651e17452dbd548b2f96197383 Author: Stephen Hemminger <[email protected]> Date: Thu Apr 15 16:42:44 2010 -0700 Add queuing operational mode commands for more interface types commit 0e7d1caab76c6285bfe2649480eb4683b9925321 Author: Stephen Hemminger <[email protected]> Date: Thu Apr 15 13:45:21 2010 -0700 Remove ingress from show queueing commit 3381f37aa69de5af6090401b7c57cbc45a07b569 Author: Stephen Hemminger <[email protected]> Date: Thu Apr 15 10:19:39 2010 -0700 Change queuing script to corespond to input interface changes No longer display ingress in this command; will be done by new command. Also reindent script. commit e6962b9d24f821694bb17d7a44b1873a1496d4ab Author: Stephen Hemminger <[email protected]> Date: Thu Apr 15 10:04:48 2010 -0700 Add templates for input interfaces http://suva.vyatta.com/git/?p=vyatta-op-qos.git;a=commitdiff;h=c3c1ab843d25626befc07107b7e3c3658ca4df32 http://suva.vyatta.com/git/?p=vyatta-op-qos.git;a=commitdiff;h=671a8b2b64c93bc8bd0a5165d03017f968852e38 http://suva.vyatta.com/git/?p=vyatta-op-qos.git;a=commitdiff;h=527c0217a5365e452cb1f4aa13cd27a9953e6bae http://suva.vyatta.com/git/?p=vyatta-op-qos.git;a=commitdiff;h=5e9dd89310d93ae8163fae7405121be07d62f3ce http://suva.vyatta.com/git/?p=vyatta-op-qos.git;a=commitdiff;h=f66833917fb5b35b60b8cb0a8278a28a167ed1c0 http://suva.vyatta.com/git/?p=vyatta-op-qos.git;a=commitdiff;h=52654a35201552651e17452dbd548b2f96197383 http://suva.vyatta.com/git/?p=vyatta-op-qos.git;a=commitdiff;h=0e7d1caab76c6285bfe2649480eb4683b9925321 http://suva.vyatta.com/git/?p=vyatta-op-qos.git;a=commitdiff;h=3381f37aa69de5af6090401b7c57cbc45a07b569 http://suva.vyatta.com/git/?p=vyatta-op-qos.git;a=commitdiff;h=e6962b9d24f821694bb17d7a44b1873a1496d4ab _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
