summaryrefslogtreecommitdiff
path: root/sysconf
AgeCommit message (Collapse)Author
2014-08-24Add support for VXLANupa
2014-07-31Rename dummy interfaces to dumX to avoid confusion with the defaultDaniil Baturin
interface created by the driver.
2014-04-25Add fuse group for admin users so /dev/fuse is accessible andKim Hagen
/usr/bin/fusermount is executable.
2014-04-06Bug #170: add L2TPv3 to the interface type list.Daniil Baturin
2014-04-06Remove extra space before pppoe in interface types for nicer formatting.Daniil Baturin
2014-04-06Bug #159: add dummy type to network interface type list.Daniil Baturin
2014-04-02Delete SSH blacklists as they are no longer neededhydrajump
The SSH blacklists were committed 5 years ago and the original contributor does not recall why they were added.
2013-10-31s/Vyatta/VyOS/ in default config.Daniil Baturin
2012-10-08Bug 8423 move serial interfaces to vyatta-serialJohn Southworth
2012-10-08Bugfix 8423 add interface types to netdeviceJohn Southworth
2012-10-01Bugfix 8356: Fix ARP flux with VRRP addressesJohn Southworth
Use the best local address for the reply to this arp request. This avoids ARP flux when arp requests for the VIP are received by the parent interface.
2012-08-16Fix filecaps for xtablesStephen Hemminger
Use correct path /sbin/xtables-multi
2012-08-15fix iptables file attributesStephen Hemminger
2012-08-14Fix path to iptablesStephen Hemminger
Make sure permissions are corrected.
2012-08-14Add support for network device prefix tableStephen Hemminger
Bug 8279 Put prefix table in /opt/vyatta/etc/netdevice
2012-04-18Use rsyslog to trigger log rotationJames Davidson
The previous implementation of log rotation used an hourly cron job to check log file size and possibly perform a rotation. If the logging rate is high, this interval may allow for root file system space exhustion. Utilizing rsyslog's outchannel mechanism enables log rotation to be initiated as soon as the log file becomes larger than its configured size. Fixes Bug 7807.
2012-01-30Allow operator users to run dmidecode so show version works for themJohn Southworth
2011-12-09sysctl: increase maximum allowed socket bufferStephen Hemminger
Need to allow netlink applications (like Quagga) to set large receive buffering. This fixes regression since it was set large back in Glendale.
2011-12-01Change arp_filter for all to 0 to allow vrrp interfaces to override the ↵John Southworth
default of 1
2011-11-29sudoers: expand ${bindir}Stephen Hemminger
File is copied not expanded by shell
2011-11-23Move vyatta changes to sudoers to separate fileStephen Hemminger
Bug 6916 Rather than editing /etc/sudoers which can lead to package conflicts, put Vyatta specific changes into a separate file.
2011-10-20Bugfix 7575 allow tshark to run as unprivileged user, tshark uses dumpcap as ↵John Southworth
the packet interface so dumpcap needs cap_net_raw and cap_net_admin
2011-10-17allow rmmod without being root (with capability)Stephen Hemminger
Set capability bit on more rmmod and more capabilities for sysctl
2011-05-25Always log authorization messagesStephen Hemminger
Bug 7095 Always keep /var/log/auth.log to allow for 'show log authorization'
2011-02-25Change where ipv6 route table size is increasedStephen Hemminger
Can't do it early in boot because ipv6 module may not be loaded.
2011-02-22Increase upper limit of IPV6 route tableStephen Hemminger
Bug 6681 Default configuration for IPV6 max routes is too small
2011-01-20Change for rsyslog reloadStephen Hemminger
Bug 6663 (cherry picked from commit fa7d81f125033b7ed4bd549eb6905918612a6877)
2011-01-17Bugfix 6668: Check to see if log files need rotation hourly.Bob Gilligan
Previously, log file rotation was checked by cron daily. Some log file -- such as those generated by PPP -- can grow rapidly. Such infrequent checking can lead to running out of disk space on systems with small disk drives or flash storage. This change checks for rotation hourly.
2010-11-24Revert "Don't need to rename vlan devices"Stephen Hemminger
This reverts commit c2c15ef2d6a85d40e778a0d84f243d2ae99c56ba.
2010-11-24Add cpufrequtils default config fileStephen Hemminger
If cpufrequtils is installed, then want the default to be full performance.
2010-11-23Don't need to rename vlan devicesStephen Hemminger
Avoid calling vyatta_net_name on vlan's
2010-10-28Fix goto in vyatta-net.rulesStephen Hemminger
2010-10-27Don't rename vif and other non-driver interfacesStephen Hemminger
Bug 6379 Just leave vlan and other pseudo-interface names alone.
2010-10-26Change vyatta_net_name into a perl scriptStephen Hemminger
Use existing config parser and perl to handle udev device naming. Do renaming early in udev boot, and fixup config file later. This avoids rescanning udev devices on boot and adds preliminary support for hotplug.
2010-10-11Add default vyatta rsyslog config rulesStephen Hemminger
This fixes case where rsyslog finds no targets on boot
2010-10-10Add ubuntu changes to rsyslogStephen Hemminger
Kernel messages and repeated message option
2010-10-08Convert from syslog to rsyslogStephen Hemminger
Configuration file is /etc/rsyslog.conf and it is supports directory of include parameters so do not need to edit rsyslog.conf directly
2010-10-07Put udev rules in /lib/udevStephen Hemminger
Udev rules have moved from /etc/udev to /lib/udev on Debian Squeeze
2010-10-07Change udev network naming to be more cooperativeStephen Hemminger
Other udev scripts may have configured the device name before the Vyatta script runs. Use the convention followed by the standard persistent network name script; only applly name rules if interface does not already have name assigned.
2010-09-13more fixes for bug 6152An-Cheng Huang
* second udev invocation now has ACTION "change" in squeeze. * DRIVERS no longer available from squeeze udev.
2010-09-13partial fix for bug 6152An-Cheng Huang
* as discussed, remove the wireless rule that causes warning
2010-09-03fix squeeze pathsAn-Cheng Huang
2010-07-14Enable putting core files /var/coreStephen Hemminger
For serviceablity put core files in /var/core. But core file will still not be created unless process is running with permission to write there, and has ulimit permission.
2010-07-01Touch file before setting capabilityStephen Hemminger
Unionfs should copyup the xattr automatically, but it doesn't so use touch to force a copyup before setting attributes.
2010-06-20Fix path to ipsetStephen Hemminger
2010-06-17Don't need audit write on vbashStephen Hemminger
Not using auditing for command logging.
2010-06-16Remove capability from pingStephen Hemminger
Ping is already setuid root.
2010-06-04Add pam_cap capability configurationStephen Hemminger
2010-06-04Set file capability attributesStephen Hemminger
This sets file capability attributes during package installation (and build) to allow better security models.
2010-01-26Get rid of protected-users fileStephen Hemminger
Instead of white-listing special system users, just go with the Debian policy that all users with uid < 1000 are system accounts