summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-03Allow full integer range for GRE tunnel keyHelge Sychla
Fixes T262 modified: templates/interfaces/tunnel/node.tag/parameters/ip/key/node.def
2016-12-26remove verbose systemd status setting from grubKim Hagen
2016-10-22T178: Merge pull request #52 from garci66/currentDaniil Baturin
T178: add support for pvlan-proxy-arp on vif sub-interfaces
2016-10-06fix path for fiv pvlan commandDiego Garcia del Rio
2016-10-06Add support for proxy-arp-pvlan for vlan interfaces
Added support for proxy-arp pvlan on vif / vif-c / vif-c-s interfaces
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-08-05set systemd tasks verbose on installing grubKim Hagen
2016-05-21T69 Remove floppy device settingsKim Hagen
2016-03-20set rights for agentx socketKim Hagen
2016-03-20fix "Output Channel" config so logging will workKim Hagen
2016-02-24remove reference to dmvpn.secrets and chang dmvpn.conf to swanctl.confKim Hagen
2016-02-09Use directory /var/lib/dhcp instead of /var/lib/dhcp3.Kim Hagen
Use directory /etc/dhcp instead of /etc/dhcp3.
2016-02-05fix: "action '*' treated as ':omusrmsg:*' - please change syntax"Kim Hagen
2016-02-05Do not create persistent fstab, this will interfere with systemd.Kim Hagen
2016-02-05Renamed vyatta-union to vyos-union.Kim Hagen
2016-02-03Add vyos-persistpath and update install-image-existing and ↵Thomas Jepp
vyatta-update-grub.pl to use it.
2016-02-03Make add system image install the image to the right place.Thomas Jepp
2016-02-02Do not create fstab file for union install, this conficts with systemd.Kim Hagen
2016-02-01Rename "live-rw" to only "rw".Kim Hagen
2016-02-01Label disk on format and create persistence.conf file to get live-bootKim Hagen
to set the correct persistence.
2016-01-29Correct overlay mount function.Kim Hagen
2016-01-29Refine getting the vyos version.Kim Hagen
2016-01-29Update location of the squashfs image.Kim Hagen
2016-01-29Merge branch 'current' of github.com:vyos/vyatta-cfg-system into currentKim Hagen
2016-01-29Update the way the install scrips get the vyos version.Kim Hagen
2016-01-28Merge pull request #49 from scv0/currentDaniil Baturin
Bug #631: Add 6rd-relay-prefix option to tunnel interface
2016-01-27Merge remote branch 'upstream/current' into currentSeamus Caveney
2016-01-27vyatta-cfg-system: add 6rd-relay-prefix option to support providers using ↵Seamus Caveney
ipv6 networks larger than /32
2016-01-270.20.44+vyos2+current3debian/0.20.44+vyos2+current3Daniil Baturin
2016-01-27Sanitize dependencies, use ISC DHCP client.Daniil Baturin
2016-01-27Merge pull request #48 from scv0/currentDaniil Baturin
Bug #631: add support for 6rd tunnel interfaces
2016-01-26vyatta-cfg-system: add support for 6rd tunnel interfacesSeamus Caveney
2016-01-26Update 'is_live_cd_boot' and 'is_union_instal' functions to search on ↵Kim Hagen
'overlay' instead of 'overlayfs'
2016-01-250.20.44+vyos2+current2debian/0.20.44+vyos2+current2Kim Hagen
2016-01-25Update dependenciesKim Hagen
2016-01-240.20.44+vyos2+current1debian/0.20.44+vyos2+current1Kim Hagen
2016-01-23Add missing runtime dependencies.Thomas Jepp
2016-01-23Dependency fixes for Jessie. Remove the dependency on vyatta-busybox, use ↵Thomas Jepp
the system busybox.
2016-01-23Remove fuse group, not needed in debian jessieUnicronNL
2015-11-190.20.44+vyos2+lithium41debian/0.20.44+vyos2+lithium41Alex Harpin
2015-11-19vyatta-cfg-system: add restart option to vyatta-dns-forwarding.plAlex Harpin
Expand vyatta-dns-forwarding.pl to include a restart option, keeping starting, stoping and restarting of this service consistent. Bug #619 http://bugzilla.vyos.net/show_bug.cgi?id=619
2015-11-19vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
Update dns-forwarding/vyatta-dns-forwarding.pl to maintain style consistency.
2015-11-150.20.44+vyos2+lithium40debian/0.20.44+vyos2+lithium40Alex Harpin
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-11-130.20.44+vyos2+lithium39debian/0.20.44+vyos2+lithium39Alex Harpin
2015-11-12vyatta-cfg-system: add missing changelog entriesAlex Harpin
2015-11-080.20.44+vyos2+lithium38debian/0.20.44+vyos2+lithium38Alex Harpin
2015-11-08vyatta-cfg-system: add option to modify interface scatter-gather optionAlex Harpin
Allow the setting of the interfaces scatter-gather offload setting. This is useful for working around hardware related NIC problems and enables it to be set directly in the configuration. Bug #526 http://bugzilla.vyos.net/show_bug.cgi?id=526
2015-11-08vyatta-cfg-system: update get_offload_option function due to renameAlex Harpin
Update the get_offload_option function to take account of the offload node renaming. Bug #612 http://bugzilla.vyos.net/show_bug.cgi?id=612
2015-11-08vyatta-cfg-system: rename ethernet offload option nodesAlex Harpin
Updates to the changes committed in connection with Bug #365 to allow a workaround for Xen based network issues. https://github.com/vyos/vyatta-cfg-system/commit/7a5a8500091589f0ede3d5a1dbc8b6b4b3fabf1d Rename the offload configuration node to offload-options, shorten the child node names, rename offload-settings to offload-option and add a more descriptive error message if an option fails to apply to the interface. Bug #612 http://bugzilla.vyos.net/show_bug.cgi?id=612