summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-120.13.253debian/0.13.253Deepti Kulkarni
2012-04-12bug fix for 5792 - Fix the op-mode system image commands for live-cdDeepti Kulkarni
2012-04-110.13.252debian/0.13.252John Southworth
2012-04-11Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-op into pacificaJohn Southworth
2012-04-11Bugfix 8013: Fix space at end of line in command conversionJohn Southworth
2012-04-100.13.251debian/0.13.251Stephen Hemminger
2012-04-10Merge branch 'pacifica' of fiji.vyatta.com:/git/vyatta-op into pacificaStephen Hemminger
2012-04-100.13.250debian/0.13.250Deepti Kulkarni
2012-04-10fix to use the correct perl functionDeepti Kulkarni
2012-04-09Use Interface.pm to find interface stateStephen Hemminger
Bug 8006 Use standard module to check for interface state.
2012-04-04Better perl style in boot imageStephen Hemminger
1. Fix perl critic warnings 2. Use perl native mv/cp functions to allow for better error handling 3. Put error messages on standard error, not standard out.
2012-03-220.13.249debian/0.13.249John Southworth
2012-03-22Remove unneeded debugging information from ping scriptJohn Southworth
2012-03-22Make ping feel like all the other system commandsJohn Southworth
2012-03-150.13.248debian/0.13.248John Southworth
2012-03-14Add ping templates for completionJohn Southworth
2012-03-14Initial commit for new ping completionJohn Southworth
2012-03-14better fix for bug 7896John Southworth
2012-03-130.13.247debian/0.13.247John Southworth
2012-03-13Bugfix 7896: make the pppoe log write as the root userJohn Southworth
2012-03-13Bugfix 7527: Don't override VYATTA_PAGER value if it was previously setJohn Southworth
2012-03-10Add new ping command scriptStephen Hemminger
Bug 3052 Rather than having a ping an op-mode command which has no flexibility about arguments. Make it a wrapper script that accepts Juniper style arguments and turns them into Unix style flags.
2012-03-030.13.246debian/0.13.246Deepti Kulkarni
2012-03-03new branchDeepti Kulkarni
2012-03-010.13.245debian/0.13.245John Southworth
2012-03-01Fix tech-support save commandJohn Southworth
2012-03-010.13.244debian/0.13.244John Southworth
2012-03-01Allow users to import ssh keys when using image commandsJohn Southworth
2012-03-010.13.243debian/0.13.243John Southworth
2012-03-01Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-op into oxnardJohn Southworth
2012-03-01Bugfix 7555: Allow users to import ssh keys when using 'show tech-support ↵John Southworth
save' commands
2012-02-290.13.242debian/0.13.242Deepti Kulkarni
2012-02-29bug fix for 7826 - fixed to use correct perl functions.Deepti Kulkarni
2012-02-280.13.241debian/0.13.241John Southworth
2012-02-28Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-op into oxnardJohn Southworth
2012-02-28Bugfix 4053: add missing top level 'monitor interfaces'John Southworth
2012-02-270.13.240debian/0.13.240Deepti Kulkarni
2012-02-27fix for bug 7719 - delete system image should accept 'y' or 'n'Deepti Kulkarni
for a yes/no respectively.
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