summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2008-03-21Fix Bug 3027 Unable to configure SNMP community client addressMohit Mehta
- added the following commands: - set protocols snmp community <txt> client <IPv4> - set protocols snmp community <txt> network <IPv4net>
2008-03-21fix bug 3039Robert Bays
2008-03-20up proc limit for rmem_max to support zebra netlink buffer size increase.Michael Larson
2008-03-12fixes for bugs 2499, 2967Robert Bays
2008-03-10fix for bug 2083: add radius authentication support.An-Cheng Huang
2008-03-10Update to GPLv2Stephen Hemminger
Replace references to VPL 1.0 with GPLv2
2008-03-07Fix for bug #2969 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2969 )rbalocca
2008-03-05Fix for bug #2542 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2542 )rbalocca
2008-03-03Fix 2880 SNMP configuration file issuesStig Thormodsrud
- Add sysServices 14 - Removed deprecated modules
2008-02-29put operator in operator groupStephen Hemminger
This is part of other permission fixes, it puts operators into a group that can then be used for access control.
2008-02-26add operator and admin to linux group admStephen Hemminger
Add operator to group adm to allow reading log files without sudo. This group is used allow reading files in /var/log so the operational mode show log commands don't need sudo.
2008-02-22use vyattacfg for config filesAn-Cheng Huang
2008-02-21fix for bug 2764: rename user levelAn-Cheng Huang
2008-02-11fix for bug 2547: don't require/output ':' after "hw-id".An-Cheng Huang
2008-02-06bump up rmem_max limit to 223232 (in conjunction with fix for zebra)Michael Larson
2008-02-01remove stale CONFIG_PARTITION commentsTom Grennan
2008-01-31source /etc/default/vyatta instead of configuring install-systemTom Grennan
2008-01-23fix bug 2658Tom Grennan
udev appears to be threaded where sub-scripts may be context switch; so, defer config file interface updates to rl-system.init
2008-01-23Revert "fix bug 2658"Tom Grennan
This reverts commit b45bba4286e83f8babcd70eef908f2ea2f8fff3c.
2008-01-21At bootup vrrp needs to skip vlan interfaces that haven't been instantiated yetStig Thormodsrud
2008-01-21All vrrp to be configured on vifStig Thormodsrud
2008-01-21fix bug 2658Tom Grennan
silently write test BOOTFILE before trying too add/mod itf
2008-01-18sysconf files need to be updated earlier. move to live-helper hook.An-Cheng Huang
2008-01-17fix bug 2631 - add new users to vtysh.confTom Grennan
2008-01-15fix for bug 2534 and prep for larson's vif link detect fixesRobert Bays
2008-01-14fix for bug 2607Robert Bays
2008-01-12Add vrrp sync group and fix authentication displayStig Thormodsrud
2007-12-26Treat 'system domain-name $(@)' and 'system domain-search domain $(@)' as ↵Marat Nepomnyashy
mutually exclusive. Generate an error message and refuse commit if both are specified. Bug 2256 fix.
2007-12-21remove umount on config partitionRobert Bays
2007-12-21remove config partition from install-systemRobert Bays
2007-12-20synchronize /etc/{hosts,hostname} during install-systemAn-Cheng Huang
2007-12-19Merge branch 'master' into glendalerbalocca
2007-12-18Merge branch 'master' of git:/git/vyatta-cfg-systemStig Thormodsrud
2007-12-18Fix new vrrp group show command.Stig Thormodsrud
2007-12-18Rewrite '/etc/resolv.conf' each time config at 'system domain-search domain ↵Marat Nepomnyashy
$(@)' changes to update the 'search' params. Bug 2113 fix.
2007-12-18Merge branch 'master' into glendalerbalocca
2007-12-18Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg-systemStig Thormodsrud
2007-12-18- Add support for multiple vrrp groups per interface.Stig Thormodsrud
- Add support for multiple VIPs per vrrp group.
2007-12-17Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg-systemTom Grennan
Conflicts: debian/control
2007-12-17support stand-alone validationTom Grennan
2007-12-15Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg-systemStig Thormodsrud
2007-12-15Fix broken path for progresss-indicator.Stig Thormodsrud
2007-12-14handle repeated init-floppyTom Grennan
2007-12-14move config file interface mods to udev handlerTom Grennan
2007-12-14test for config file missing interface or interface hwidTom Grennan
2007-12-14fix modification of config file interface sub-blockTom Grennan
2007-12-13process device persistence through udev rules rather than init scriptTom Grennan
2007-12-10Merge branch 'master' into glendalerbalocca
2007-12-07fix ifrename problem: make sure there's no interface name overlap, and don'tAn-Cheng Huang
use "-t" with ifrename.
2007-12-05add link-detect to interfaces by default on interface discoveryRobert Bays