summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-110.102.0+vyos2+lithium14debian/0.102.0+vyos2+lithium14berylliumAlex Harpin
2015-07-11vyatta-cfg: formatting changes for style consistencyAlex Harpin
Perltidy run on scripts/vyatta-config-loader.pl and scripts/vyatta-save-config.pl to have consistent identation levels and style throughout.
2015-07-090.102.0+vyos2+lithium13debian/0.102.0+vyos2+lithium13Alex Harpin
2015-07-09vyatta-cfg: updated fix for formatting top level cli merge commandAlex Harpin
Update to the earlier fix for the formatting issue with the merge command when listing the available commands at the top level CLI. The previous commit caused formatting issues with node level commands, purely aesthetic. Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509
2015-07-070.102.0+vyos2+lithium12debian/0.102.0+vyos2+lithium12Alex Harpin
2015-07-07vyatta-cfg: remove unused unionfs mounts following unclean config exitsAlex Harpin
If a configuration session is exited uncleanly, either as a result of a network disconnect / timeout or other forced quit from within config mode, the unionfs mount is left in place. These remain until the system is rebooted, giving an error when unmounting the config directory. This commit checks for old configuartion directories when a user enters config mode, removing any found that are owned by that user but not part of any active configuration seesion. Bug #564 http://bugzilla.vyos.net/show_bug.cgi?id=564
2015-06-30vyatta-cfg: fix formatting issue with top level cli merge commandAlex Harpin
Fix a formatting issue with the merge command when listing the available commands at the top level CLI, purely aesthetic. Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509
2015-06-280.102.0+vyos2+lithium11debian/0.102.0+vyos2+lithium11Alex Harpin
2015-06-26vyatta-cfg: correct UnionfsCstore::do_umount error messageAlex Harpin
2015-06-150.102.0+vyos2+lithium10debian/0.102.0+vyos2+lithium10Alex Harpin
2015-06-15vyatta-cfg: update dh_gencontrol with new development build flagAlex Harpin
2015-04-090.102.0+vyos2+lithium9debian/0.102.0+vyos2+lithium9Daniil Baturin
2015-04-09Remove some obsolete workaround.Daniil Baturin
Use hardcoded pre/post commit hook dirs, it's not like they ever change.
2015-04-090.102.0+vyos2+lithium8debian/0.102.0+vyos2+lithium8Daniil Baturin
2015-04-09Clean up the debian/control.Daniil Baturin
2015-04-09Bug #538: run user commit hooks as vyattacfg group member.Daniil Baturin
Fix wrong placement of the post-commit script.
2015-04-030.102.0+vyos2+lithium7debian/0.102.0+vyos2+lithium7Daniil Baturin
2015-04-03Force releaseDaniil Baturin
2015-04-030.102.0+vyos2+lithium6debian/0.102.0+vyos2+lithium6Daniil Baturin
2015-04-03Bug #538: add scripts for running user commit hooks.Daniil Baturin
2015-02-150.102.0+vyos2+lithium5debian/0.102.0+vyos2+lithium5Alex Harpin
2015-02-15vyatta-cfg: update is_primary_address for vtun and wan interfacesAlex Harpin
Expand the matching done in is_primary_address to account for the fact that the output from "ip address show" is different for vtun and wan interfaces; add a separate check for these interfaces. Bug #488 http://bugzilla.vyos.net/show_bug.cgi?id=488
2015-02-15vyatta-cfg: update get_ipaddr_int_hash for vtun and wan interfacesAlex Harpin
Expand the matching done in get_ipaddr_int_hash to account for the fact that the output from "ip addr show" is different for vtun and wan interfaces; add a separate check for these interfaces. Bug #35 http://bugzilla.vyos.net/show_bug.cgi?id=35
2015-02-080.102.0+vyos2+lithium4debian/0.102.0+vyos2+lithium4Alex Harpin
2015-02-08vyatta-cfg: set the path for a vrrp interface correctlyAlex Harpin
Update the path set when the interface in question is a VRRP so it points to vrrp vrrp-group vrid rather than vrrp vrid. Along with the patch for bug #7, this now shows the description correctly for a VRRP interface. Bug #130 http://bugzilla.vyos.net/show_bug.cgi?id=130
2015-01-110.102.0+vyos2+lithium3debian/0.102.0+vyos2+lithium3Alex Harpin
2015-01-11vyatta-cfg: fix for "failed to generate commited config"Alex Harpin
When changes are made to the system by more than one user, only the first user after a reboot is able to commit successfully, the others fail with "Failed to generate committed config". This is caused as a result of the underlying unionfs-fuse mount used for the system configuration and the fact that a .unionfs directory if left in the active configuration with permissions set such that only the original committing user can change them. Bug #403 http://bugzilla.vyos.net/show_bug.cgi?id=403
2014-12-150.102.0+vyos2+lithium2debian/0.102.0+vyos2+lithium2Alex Harpin
2014-12-15Force releaseAlex Harpin
2014-11-300.102.0+vyos2+lithium1debian/0.102.0+vyos2+lithium1Alex Harpin
2014-11-30New branchAlex Harpin
2014-10-080.102.0+vyos1+helium9debian/0.102.0+vyos1+helium9Daniil Baturin
2014-10-08Force releaseDaniil Baturin
2014-10-080.102.0+vyos1+helium8debian/0.102.0+vyos1+helium8Daniil Baturin
2014-10-08Add QinQ support to the intf name to path function.Daniil Baturin
2014-10-080.102.0+vyos1+helium7debian/0.102.0+vyos1+helium7Daniil Baturin
2014-10-07Merge pull request #4 from cyclops8456/heliumDaniil Baturin
Commits for Bug #321 and Bug #333
2014-10-06vyatta-cfg: return correct path for pppoe or pppoa interfacesAlex Harpin
Fix for the _ppp_int function so it returns the actual ethernet interface associated with the ppp device rather than an empty string. As a result the path function now returns the correct configuration path for the interface. Linked to Bug #321 http://bugzilla.vyos.net/show_bug.cgi?id=321 Bug #333 http://bugzilla.vyos.net/show_bug.cgi?id=333
2014-10-06vyatta-cfg: formatting changes for style consistencyAlex Harpin
Update lib/Vyatta/Interface.pm to have consistent identation levels and style throughout.
2014-09-15Merge pull request #3 from cyclops8456/heliumDaniil Baturin
Bug #7: vyatta-cfg: display openvpn interface descriptions after they reset
2014-09-14vyatta-cfg: display openvpn interface descriptions after they resetAlex Harpin
When OpenVPN tunnels are taken down and recreated by the OpenVPN process, any previously set descriptions on the interfaces are missing. This is caused by the fact that the ifalias for that interface isn't readded when the interface is recreated. This patch updates the interface_description function so that it either returns the current value of ifalias if it's set on the interface, or uses the value set in the active config if it's present. Bug #7 http://bugzilla.vyos.net/show_bug.cgi?id=7 Bug #313 http://bugzilla.vyos.net/show_bug.cgi?id=313
2014-09-14vyatta-cfg: formatting changes for style consistencyAlex Harpin
Update lib/Vyatta/Misc.pm to have consistent identation levels and style throughout.
2014-08-180.102.0+vyos1+helium6debian/0.102.0+vyos1+helium6Daniil Baturin
2014-08-18Replace some old Vyatta names.Daniil Baturin
2014-07-270.102.0+vyos1+helium5vyos/1.1.0-beta1debian/0.102.0+vyos1+helium5Daniil Baturin
2014-07-27Update maintainer address.Daniil Baturin
2014-07-020.102.0+vyos1+helium4debian/0.102.0+vyos1+helium4Daniil Baturin
2014-07-02Bug #251: add dirty hack for taking config from stdinDaniil Baturin
to config-gen-sets script.
2014-04-30Removed dirty workaround for fuse completely.Kim Hagen
Use Build-iso to create /etc/fuse.conf file. Use pipe(),fork(),execl() functions instead of system() function to call unionfs-fuse.
2014-04-25Removed part of dirty workaround, chmod of of /dev/fuse and /usr/bin/fusermountKim Hagen
can be avoided by adding admin users to the fuse group. That part is done in the vyatta-cfg-system package.