Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-16 | arp: T1827: Increase default gc_thresh | John Estabrook | |
(cherry picked from commit b44290d8cf3a39ef7bc8f6a18e8e16db79fce785) | |||
2020-01-15 | T1935: Add missing new line (#119) | Eshenko Dmitriy | |
2020-01-08 | T1935: Add udev rule for rename VF in hyper-v | DmitriyEshenko | |
2019-12-24 | T1903: Implement predefined interface naming for VMWare | DmitriyEshenko | |
2018-11-18 | T1011: enable conntrack helper by default. | Daniil Baturin | |
2018-10-21 | T863: increase default IGMP membership limit. | Daniil Baturin | |
2018-10-20 | T300: Default sysctl config overrides arp_ignore on all interfaces | Christian Poessinger | |
2018-08-31 | T427: Wireguard support | hagbard | |
- show interfaces shows now wg devices too. | |||
2018-08-24 | T441: adjust user groups to work with FRR instead of quagga. | Daniil Baturin | |
2018-05-30 | T669: set IPv6 keep_addr_on_down sysctl options to 1 and get rid of intfwatchd. | Daniil Baturin | |
2018-05-24 | add path to library | Kim | |
2018-05-19 | Updata pam radius settings | UnicronNL | |
2018-05-14 | T637: remove dependency on tshark. | Daniil Baturin | |
2018-02-19 | Adjust rsyslog.conf to use the journald forwarding (T552). | Daniil Baturin | |
2016-09-06 | Some devices use ethernet switch chips which use 'lan' interfaces, | Kim Hagen | |
this will add the option to also configure these in VyOS. | |||
2016-02-05 | fix: "action '*' treated as ':omusrmsg:*' - please change syntax" | Kim Hagen | |
2016-01-23 | Remove fuse group, not needed in debian jessie | UnicronNL | |
2015-11-15 | vyatta-cfg-system: enable usb autosuspend to reduce cpu usage on kvm | Alex Harpin | |
Add udev rules to enable USB autosuspend for QEMU emulated HIDs. Allowing the USB HID to be autosuspended reduces the CPU load on the host when guest VMs are idle. Based on the original patch by Gerd Hoffmann <kraxel@xxxxxxxxxx> Bug #495 http://bugzilla.vyos.net/show_bug.cgi?id=495 | |||
2015-02-26 | vyatta-cfg-system: redesign the layout and updating of ntp | Alex Harpin | |
When NTP is configured on the system, it not only acts as a client for the configured servers, but also as a server. Although the server is only available as a time source, it still represents a service that the user hasn't specifically enabled. This commit sets the default configuration of NTP to disallow all external access, so the system acts purely as a client by default, and also introduces the ability to configure which addresses / subnets are allowed to both query and use it as a time source. If the servers configured are specified as host names, these are resolved to IP addresses before being added to ntp.conf, with the same process carried out after name server changes. syntax 'set system ntp client address' Bug #94 http://bugzilla.vyos.net/show_bug.cgi?id=94 | |||
2014-08-24 | Add support for VXLAN | upa | |
2014-07-31 | Rename dummy interfaces to dumX to avoid confusion with the default | Daniil Baturin | |
interface created by the driver. | |||
2014-04-25 | Add fuse group for admin users so /dev/fuse is accessible and | Kim Hagen | |
/usr/bin/fusermount is executable. | |||
2014-04-06 | Bug #170: add L2TPv3 to the interface type list. | Daniil Baturin | |
2014-04-06 | Remove extra space before pppoe in interface types for nicer formatting. | Daniil Baturin | |
2014-04-06 | Bug #159: add dummy type to network interface type list. | Daniil Baturin | |
2014-04-02 | Delete SSH blacklists as they are no longer needed | hydrajump | |
The SSH blacklists were committed 5 years ago and the original contributor does not recall why they were added. | |||
2013-10-31 | s/Vyatta/VyOS/ in default config. | Daniil Baturin | |
2012-10-08 | Bug 8423 move serial interfaces to vyatta-serial | John Southworth | |
2012-10-08 | Bugfix 8423 add interface types to netdevice | John Southworth | |
2012-10-01 | Bugfix 8356: Fix ARP flux with VRRP addresses | John 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-16 | Fix filecaps for xtables | Stephen Hemminger | |
Use correct path /sbin/xtables-multi | |||
2012-08-15 | fix iptables file attributes | Stephen Hemminger | |
2012-08-14 | Fix path to iptables | Stephen Hemminger | |
Make sure permissions are corrected. | |||
2012-08-14 | Add support for network device prefix table | Stephen Hemminger | |
Bug 8279 Put prefix table in /opt/vyatta/etc/netdevice | |||
2012-04-18 | Use rsyslog to trigger log rotation | James 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-30 | Allow operator users to run dmidecode so show version works for them | John Southworth | |
2011-12-09 | sysctl: increase maximum allowed socket buffer | Stephen 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-01 | Change arp_filter for all to 0 to allow vrrp interfaces to override the ↵ | John Southworth | |
default of 1 | |||
2011-11-29 | sudoers: expand ${bindir} | Stephen Hemminger | |
File is copied not expanded by shell | |||
2011-11-23 | Move vyatta changes to sudoers to separate file | Stephen Hemminger | |
Bug 6916 Rather than editing /etc/sudoers which can lead to package conflicts, put Vyatta specific changes into a separate file. | |||
2011-10-20 | Bugfix 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-17 | allow rmmod without being root (with capability) | Stephen Hemminger | |
Set capability bit on more rmmod and more capabilities for sysctl | |||
2011-05-25 | Always log authorization messages | Stephen Hemminger | |
Bug 7095 Always keep /var/log/auth.log to allow for 'show log authorization' | |||
2011-02-25 | Change where ipv6 route table size is increased | Stephen Hemminger | |
Can't do it early in boot because ipv6 module may not be loaded. | |||
2011-02-22 | Increase upper limit of IPV6 route table | Stephen Hemminger | |
Bug 6681 Default configuration for IPV6 max routes is too small | |||
2011-01-20 | Change for rsyslog reload | Stephen Hemminger | |
Bug 6663 (cherry picked from commit fa7d81f125033b7ed4bd549eb6905918612a6877) | |||
2011-01-17 | Bugfix 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-24 | Revert "Don't need to rename vlan devices" | Stephen Hemminger | |
This reverts commit c2c15ef2d6a85d40e778a0d84f243d2ae99c56ba. | |||
2010-11-24 | Add cpufrequtils default config file | Stephen Hemminger | |
If cpufrequtils is installed, then want the default to be full performance. | |||
2010-11-23 | Don't need to rename vlan devices | Stephen Hemminger | |
Avoid calling vyatta_net_name on vlan's |