Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-20 | set rights for agentx socket | Kim Hagen | |
2016-03-20 | fix "Output Channel" config so logging will work | Kim Hagen | |
2016-02-24 | remove reference to dmvpn.secrets and chang dmvpn.conf to swanctl.conf | Kim Hagen | |
2016-02-09 | Use directory /var/lib/dhcp instead of /var/lib/dhcp3. | Kim Hagen | |
Use directory /etc/dhcp instead of /etc/dhcp3. | |||
2016-02-05 | fix: "action '*' treated as ':omusrmsg:*' - please change syntax" | Kim Hagen | |
2016-02-05 | Do not create persistent fstab, this will interfere with systemd. | Kim Hagen | |
2016-02-05 | Renamed vyatta-union to vyos-union. | Kim Hagen | |
2016-02-03 | Add vyos-persistpath and update install-image-existing and ↵ | Thomas Jepp | |
vyatta-update-grub.pl to use it. | |||
2016-02-03 | Make add system image install the image to the right place. | Thomas Jepp | |
2016-02-02 | Do not create fstab file for union install, this conficts with systemd. | Kim Hagen | |
2016-02-01 | Rename "live-rw" to only "rw". | Kim Hagen | |
2016-02-01 | Label disk on format and create persistence.conf file to get live-boot | Kim Hagen | |
to set the correct persistence. | |||
2016-01-29 | Correct overlay mount function. | Kim Hagen | |
2016-01-29 | Refine getting the vyos version. | Kim Hagen | |
2016-01-29 | Update location of the squashfs image. | Kim Hagen | |
2016-01-29 | Merge branch 'current' of github.com:vyos/vyatta-cfg-system into current | Kim Hagen | |
2016-01-29 | Update the way the install scrips get the vyos version. | Kim Hagen | |
2016-01-28 | Merge pull request #49 from scv0/current | Daniil Baturin | |
Bug #631: Add 6rd-relay-prefix option to tunnel interface | |||
2016-01-27 | Merge remote branch 'upstream/current' into current | Seamus Caveney | |
2016-01-27 | vyatta-cfg-system: add 6rd-relay-prefix option to support providers using ↵ | Seamus Caveney | |
ipv6 networks larger than /32 | |||
2016-01-27 | 0.20.44+vyos2+current3debian/0.20.44+vyos2+current3 | Daniil Baturin | |
2016-01-27 | Sanitize dependencies, use ISC DHCP client. | Daniil Baturin | |
2016-01-27 | Merge pull request #48 from scv0/current | Daniil Baturin | |
Bug #631: add support for 6rd tunnel interfaces | |||
2016-01-26 | vyatta-cfg-system: add support for 6rd tunnel interfaces | Seamus Caveney | |
2016-01-26 | Update 'is_live_cd_boot' and 'is_union_instal' functions to search on ↵ | Kim Hagen | |
'overlay' instead of 'overlayfs' | |||
2016-01-25 | 0.20.44+vyos2+current2debian/0.20.44+vyos2+current2 | Kim Hagen | |
2016-01-25 | Update dependencies | Kim Hagen | |
2016-01-24 | 0.20.44+vyos2+current1debian/0.20.44+vyos2+current1 | Kim Hagen | |
2016-01-23 | Add missing runtime dependencies. | Thomas Jepp | |
2016-01-23 | Dependency fixes for Jessie. Remove the dependency on vyatta-busybox, use ↵ | Thomas Jepp | |
the system busybox. | |||
2016-01-23 | Remove fuse group, not needed in debian jessie | UnicronNL | |
2015-11-19 | 0.20.44+vyos2+lithium41debian/0.20.44+vyos2+lithium41 | Alex Harpin | |
2015-11-19 | vyatta-cfg-system: add restart option to vyatta-dns-forwarding.pl | Alex 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-19 | vyatta-cfg-system: formatting changes for style consistency | Alex Harpin | |
Update dns-forwarding/vyatta-dns-forwarding.pl to maintain style consistency. | |||
2015-11-15 | 0.20.44+vyos2+lithium40debian/0.20.44+vyos2+lithium40 | Alex Harpin | |
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-11-13 | 0.20.44+vyos2+lithium39debian/0.20.44+vyos2+lithium39 | Alex Harpin | |
2015-11-12 | vyatta-cfg-system: add missing changelog entries | Alex Harpin | |
2015-11-08 | 0.20.44+vyos2+lithium38debian/0.20.44+vyos2+lithium38 | Alex Harpin | |
2015-11-08 | vyatta-cfg-system: add option to modify interface scatter-gather option | Alex 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-08 | vyatta-cfg-system: update get_offload_option function due to rename | Alex 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-08 | vyatta-cfg-system: rename ethernet offload option nodes | Alex 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 | |||
2015-11-08 | vyatta-cfg-system: formatting changes for style consistency | Alex Harpin | |
Update scripts/vyatta-interfaces.pl to maintain style consistency | |||
2015-11-05 | 0.20.44+vyos2+lithium37debian/0.20.44+vyos2+lithium37 | Alex Harpin | |
2015-11-04 | vyatta-cfg-system: bump system version to 7 for smp-affinity rename | Alex Harpin | |
Bump system@6 to system@7 to add the required config migration for the smp_affinity to smp-affinity rename. Bug #18 http://bugzilla.vyos.net/show_bug.cgi?id=18 | |||
2015-11-03 | vyatta-cfg-system: rename smp_affinity to smp-affinity | Alex Harpin | |
Rename the smp_affinity config option to smp-affinity in line with the standard option naming convention. Bug #18 http://bugzilla.vyos.net/show_bug.cgi?id=18 | |||
2015-10-19 | 0.20.44+vyos2+lithium36debian/0.20.44+vyos2+lithium36 | Alex Harpin | |
2015-10-19 | vyatta-cfg-system: allow bridge slaves to be moved from empty bridges | Alex Harpin | |
Allow interfaces to be moved from one bridge to another when they are already configured as part of an empty bridge-group. Bug #476 http://bugzilla.vyos.net/show_bug.cgi?id=476 | |||
2015-10-18 | vyatta-cfg-system: ensure bridge slaves are deletable from bridges | Alex Harpin | |
Due to previous refactoring of the bridge management code, it was possible to get the system and config in an inconsistent state by the following actions. set interfaces bridge br1 set interfaces bridge br1 address '192.168.1.1/24' set interfaces ethernet eth0 bridge-group bridge 'br1' commit delete interfaces ethernet eth0 bridge-group bridge 'br1' commit This would result in the config still containing the bridge-group settings, but the actual bridge would be missing eth0 in br1, breaking any further attempts to configure the bridge without manual intervention. Bug #476 http://bugzilla.vyos.net/show_bug.cgi?id=476 | |||
2015-10-18 | vyatta-cfg-system: formatting changes for style consistency | Alex Harpin | |
Update scripts/vyatta-bridge.pl to have consistent identation levels and style throughout. |