summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-01Bugfix 7555: Allow users to import ssh keys when using 'show tech-support ↵John Southworth
save' commands
2012-02-220.13.239debian/0.13.239John Southworth
2012-02-22Add dendencies for bugfix 4053 to debian/controlJohn Southworth
2012-02-22Bugfix 4053: implement bandwidth utilization montior commands 'mon int ↵John Southworth
<type> <name>'; 'mon int <type> <name> flow'
2012-02-220.13.238debian/0.13.238Stephen Hemminger
2012-02-22Suggest package dialogStephen Hemminger
Want dialog package to display user-friendly dialog boxes for utilities like dpkg-reconfigure
2012-02-22Add console keymap reconfigure op-mode commandStephen Hemminger
Bug 7448 This adds template for the Debian way to reconfigure console keymap. Note: although this is an op-mode command, it really persists across reboot since it changes the package keymap. There isn't a good method to put this in Vyatta config since the debian package configuration is interactive and prompts user for keyboard type and options.
2012-02-220.13.237debian/0.13.237Stephen Hemminger
2012-02-22Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-op into oxnardStephen Hemminger
2012-02-22Handle 64 bit counters in show interfacesStephen Hemminger
Bug 7813 On 32 bit platform, perl truncates printf formatting if given a numeric type. (ie %10d). Change to print as string instead. Rework code to make counter wrap code clearer, and use map{} to expand list of values.
2012-02-220.13.236debian/0.13.236John Southworth
2012-02-22Add headers to show montioring commandJohn Southworth
2012-02-220.13.235debian/0.13.235John Southworth
2012-02-22Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-op into oxnardJohn Southworth
2012-02-22Bugfix 5806: Don't show ntp.vyatta.com by default for show ntpJohn Southworth
2012-02-22Bugfix 2581: show protocol debugging summary with 'show monitoring'John Southworth
2012-02-210.13.234debian/0.13.234Gaurav
2012-02-21Merge branch 'oxnard' of http://git.vyatta.com/vyatta-op into oxnardGaurav
2012-02-21Bug 4086:fixed order of display in show dns forwarding nameservers, removed ↵Gaurav
redundant information
2012-02-210.13.233debian/0.13.233Stephen Hemminger
2012-02-21Add bridge info to show tech supportStephen Hemminger
Put bridge info in show tech support Also show ethernet offload settings
2012-02-140.13.232debian/0.13.232John Southworth
2012-02-14Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-op into oxnardJohn Southworth
2012-02-14escape escape characters so they aren't evaluated during command processingJohn Southworth
2012-02-14Add missing newline at end of fileStephen Hemminger
Avoid editing and future problems with tools like diff by making sure all node.def files have newline before the end of file.
2012-02-130.13.231debian/0.13.231John Southworth
2012-02-13Bugfix 7774: fix quoted string variable expressionJohn Southworth
2012-02-020.13.230debian/0.13.230John Southworth
2012-02-02Improve firewall log matchesJohn Southworth
2012-01-300.13.229debian/0.13.229John Southworth
2012-01-30Fix 'show bridge' help textJohn Southworth
2012-01-200.13.228debian/0.13.228John Southworth
2012-01-20add missing node.def from monitor interfaces vrrpJohn Southworth
2012-01-090.13.227debian/0.13.227Gaurav Sinha
2012-01-09bug 7714: Fixing runtime script error seen in show dns forwarding statisticsGaurav Sinha
2012-01-050.13.226debian/0.13.226John Southworth
2012-01-05Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-op into oxnardJohn Southworth
2012-01-05Send interpreter errors to stderrJohn Southworth
2012-01-040.13.225debian/0.13.225Daniil Baturin
2012-01-04Fix NAT monitor rule log prefix.Daniil Baturin
2012-01-040.13.224debian/0.13.224Daniil Baturin
2012-01-04Remove old NAT monitor templates.Daniil Baturin
2012-01-04Update NAT monitor templates.Daniil Baturin
2011-12-290.13.223debian/0.13.223Bob Gilligan
2011-12-29Bugfix 7473: Display hardware model, S/N and UUID if available.Bob Gilligan
2011-12-140.13.222debian/0.13.222John Southworth
2011-12-14Add monitoring for vrrp interfacesJohn Southworth
2011-12-090.13.221debian/0.13.221John Southworth
2011-12-09Fix a few completion problemsJohn Southworth
1. Bug 7674: adjust shopt such that nullglob won't change non-comps that have special formatting. 2. Fix problem with default completion not working properly when using the same string i.e. 'sh sh' for 'show shutdown' couldn't complete 'shutdown' until 'sh shu' was typed.
2011-12-090.13.220debian/0.13.220John Southworth