summaryrefslogtreecommitdiff
path: root/sysconf
AgeCommit message (Collapse)Author
2021-01-20udev: move rules to vyos-1x packageChristian Poessinger
2021-01-17T671: sysctl: move file to vyos-1xChristian Poessinger
2021-01-17T671: drop SSH key generation and move this to vyos-1xChristian Poessinger
2021-01-17T671: move IPv6 setup from rl-system to sysctlChristian Poessinger
2021-01-17T671: cleanup rl-system and move components to better suited locationsChristian Poessinger
- CHanging sysctl values should be done by out generic file /etc/sysctl.d/30-vyatta-router.conf - NTP config must not be restored from from /opt as it is entirely rendered from scratch.
2020-05-22macsec: T2489: make macsec interface type known to systemChristian Poessinger
2020-02-05login: T1990: Migrate "system login" to XML/Python representationChristian Poessinger
2020-01-15arp: T1827: Increase default gc_threshJohn Estabrook
2020-01-15T1935: Add missing new line (#118)Eshenko Dmitriy
2020-01-02T1935: Add udev rule for rename VF in hyper-vDmitriyEshenko
2019-12-26T1903: Implement predefined interface naming for VMWareDmitriyEshenko
2019-12-06Merge branch 'current' of github.com:vyos/vyatta-cfg-system into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyatta-cfg-system: syslog: T1845: migration script support bumps system to 12 syslog: T1845: migration script support bumps system to 12 Revert "syslog: T1845 bumping system version for migration script" syslog: T1845 bumping system version for migration script Fix rootdev regex to support mmcblk devices geneve: T1799: add Generic Network Virtualization Encapsulation
2019-11-29syslog: fixes 'Option value must be on or off' messagehagbard
2019-11-24geneve: T1799: add Generic Network Virtualization EncapsulationChristian Poessinger
2019-07-07 T1499: Allow for usage of systemd interface mappings (#103)runborg
* T1499: Allow for usage of systemd interface mappings * T1499: Fix not working regex in ethernet interface parsing (cherry picked from commit eebb654d64fc8dafeecbda93414436a51881f776)
2019-07-05 T1499: Allow for usage of systemd interface mappings (#103)runborg
* T1499: Allow for usage of systemd interface mappings * T1499: Fix not working regex in ethernet interface parsing
2018-11-18T1011: enable conntrack helper by default.Daniil Baturin
2018-10-21T863: increase default IGMP membership limit.Daniil Baturin
2018-10-20T300: Default sysctl config overrides arp_ignore on all interfacesChristian Poessinger
2018-08-31T427: Wireguard supporthagbard
- show interfaces shows now wg devices too.
2018-08-24T441: adjust user groups to work with FRR instead of quagga.Daniil Baturin
2018-05-30T669: set IPv6 keep_addr_on_down sysctl options to 1 and get rid of intfwatchd.Daniil Baturin
2018-05-24add path to libraryKim
2018-05-19Updata pam radius settingsUnicronNL
2018-05-14T637: remove dependency on tshark.Daniil Baturin
2018-02-19Adjust rsyslog.conf to use the journald forwarding (T552).Daniil Baturin
2016-09-06Some devices use ethernet switch chips which use 'lan' interfaces,Kim Hagen
this will add the option to also configure these in VyOS.
2016-02-05fix: "action '*' treated as ':omusrmsg:*' - please change syntax"Kim Hagen
2016-01-23Remove fuse group, not needed in debian jessieUnicronNL
2015-11-15vyatta-cfg-system: enable usb autosuspend to reduce cpu usage on kvmAlex 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-26vyatta-cfg-system: redesign the layout and updating of ntpAlex 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-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