Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-07 | vyatta-cfg-system: prevent dhcp updating dns when statically configured | Alex Harpin | |
When DNS settings are statically configured, prevent DHCP interfaces from appending to resolv.conf with additional name servers. If the system has been configured with a static name server, just use that instead of accepting ISP provided name servers. These can be accepted again by simply deleting the statically configured name servers. Bug #182 http://bugzilla.vyos.net/show_bug.cgi?id=182 | |||
2014-09-07 | vyatta-cfg-system: formatting changes for style consistency | Alex Harpin | |
Update scripts/system/vyatta_update_resolv.pl to have consistent identation levels and style throughout. | |||
2014-09-07 | Merge remote-tracking branch 'upstream/helium' into helium | Alex Harpin | |
2014-09-07 | vyatta-cfg-system: allow interfaces with dhcp addresses to be deleted | Alex Harpin | |
Update the checks in scripts/vyatta-address to allow the deletetion of an interface that has a DHCP address. The patch put in place for Bug #259 (http://bugzilla.vyos.net/show_bug.cgi?id=259) checks that an interface exists before preceding with the delete, but this chokes when supplied with the address 'dhcp'. This patch checks if the supplied interface is a DHCP address, before extracting the IP address and then using that address for the check. Bug #305 http://bugzilla.vyos.net/show_bug.cgi?id=305 | |||
2014-09-07 | vyatta-cfg-system: formatting changes for style consistency | Alex Harpin | |
Update scripts/vyatta-address to have consistent identation levels and style throughout. | |||
2014-09-04 | Do not delete tunnel if it is in use by NHRP config | Kim Hagen | |
2014-09-03 | Merge pull request #20 from cyclops8456/helium | Daniil Baturin | |
Bug #261: vyatta-cfg-system: remove quotes from SysContact and SysLocation | |||
2014-09-02 | vyatta-cfg-system: remove quotes from SysContact and SysLocation | Alex Harpin | |
When the values for SysContact, SysLocation and SysDecr are written to the snmpd.conf file, they are enclosed in backslash escaped quotes. This isn't part of the syntax for snmpd.conf and looks wrong / could break snmp related things, the example snmpd.conf files show these values as unquoted. This patch corrects the output and adds validation for the supplied values, limiting them to a maximum of 255 printable characters (RFC 3418). The documentation also needs amending to take this into account. Bug #261 http://bugzilla.vyos.net/show_bug.cgi?id=261 | |||
2014-09-02 | Bug #285 - Cannot delete bond interface with vif | Kim Hagen | |
2014-08-23 | Always allow gre-multipoint | UnicronNL | |
2014-08-23 | Remove obsolete information | UnicronNL | |
2014-08-23 | Remove execution of vyatta-update-nhtp script | UnicronNL | |
2014-08-03 | 0.20.43+vyos1+helium15vyos/1.1.0-beta1debian/0.20.43+vyos1+helium15 | Daniil Baturin | |
2014-08-03 | Bug #237: improve ciphers option help and value validation. | Daniil Baturin | |
2014-08-03 | Bug #173: rename "disable" option to "ignore". | Daniil Baturin | |
If we call it "action", it should be a verb, and if the verb is "disable", what does it disable? :) | |||
2014-08-03 | Bug #196: rename "smuxpeer" to "smux-peer" for consistency with other commands. | Daniil Baturin | |
2014-08-02 | 0.20.43+vyos1+helium14debian/0.20.43+vyos1+helium14 | Daniil Baturin | |
2014-08-02 | Bug #256: adjust mtu node priority. | Daniil Baturin | |
2014-08-02 | 0.20.43+vyos1+helium13debian/0.20.43+vyos1+helium13 | Daniil Baturin | |
2014-08-02 | Bug #246: add multicast querier toggle to bridge. | Daniil Baturin | |
2014-07-31 | 0.20.43+vyos1+helium12debian/0.20.43+vyos1+helium12 | Daniil Baturin | |
2014-07-31 | Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into helium | Daniil Baturin | |
2014-07-31 | Rename dummy interfaces to dumX to avoid confusion with the default | Daniil Baturin | |
interface created by the driver. | |||
2014-07-30 | Merge pull request #18 from ftoyama/helium | Daniil Baturin | |
Change lower the priority of l2tpv3 than the priority of static route. | |||
2014-07-30 | Change lower the priority of l2tpv3 than the priority of static route. | ftoyama | |
2014-07-30 | 0.20.43+vyos1+helium11debian/0.20.43+vyos1+helium11 | Daniil Baturin | |
2014-07-30 | Replace login check with UID check in install-get-partition. | Daniil Baturin | |
2014-07-29 | 0.20.43+vyos1+helium10debian/0.20.43+vyos1+helium10 | Daniil Baturin | |
2014-07-29 | Replace login name check with effective UID check in install-image. | Daniil Baturin | |
2014-07-29 | Replace login name check with effective UID check. | Daniil Baturin | |
2014-07-25 | 0.20.43+vyos1+helium9debian/0.20.43+vyos1+helium9 | Daniil Baturin | |
2014-07-25 | Set vyos-intfwatchd to start at boot by default. | Daniil Baturin | |
2014-07-25 | 0.20.43+vyos1+helium8debian/0.20.43+vyos1+helium8 | Daniil Baturin | |
2014-07-25 | Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into helium | Daniil Baturin | |
2014-07-25 | Bug #259: do not try to remove addresses that don't exist. | Daniil Baturin | |
2014-07-25 | Add vyod-intfwatchd for restoring IPv6 addresses after link flaps. | Daniil Baturin | |
As bad as it can be, it seems to sort of work. | |||
2014-07-25 | Add Freescale i.MX serial device | UnicronNL | |
2014-07-25 | 0.20.43+vyos1+helium7debian/0.20.43+vyos1+helium7 | Daniil Baturin | |
2014-07-25 | Bug #269: missed return in is_ec2_ami. | Daniil Baturin | |
2014-07-25 | Fix is_live_boot check to account for the overlayfs change. | Daniil Baturin | |
2014-07-22 | Only depend on grub if archtecture is i386 or amd64 | Kim Hagen | |
2014-07-16 | Skip finding hypervisor vendor if cpu is other than x86_64. | Kim Hagen | |
2014-07-11 | Merge pull request #16 from ftoyama/helium | Daniil Baturin | |
Bug#258 Unable to add l2tp_ip module for L2TPv3 over ip | |||
2014-07-11 | Fix modprobe for l2tpv3 over ip | tofoo | |
2014-07-10 | Merge pull request #15 from paulgear/helium | Daniil Baturin | |
Bug #255: Correct ignore-hosts-file operation | |||
2014-07-10 | Fix dnsmasq.conf generation for ignore-hosts-file | Paul Gear | |
The ignore-hosts-file option did not work; because it's a boolean it didn't return any value and was always undefined when the test was done. Using $config->exists() fixes this. | |||
2014-07-10 | Fix ignore-hosts-file operation | Paul Gear | |
This fixes the following error: Global symbol "$ignore_hosts_file" requires explicit package name at /opt/vyatta/sbin/vyatta-dns-forwarding.pl line 77. Global symbol "$ignore_hosts_file" requires explicit package name at /opt/vyatta/sbin/vyatta-dns-forwarding.pl line 86. Global symbol "$ignore_hosts_file" requires explicit package name at /opt/vyatta/sbin/vyatta-dns-forwarding.pl line 99. Execution of /opt/vyatta/sbin/vyatta-dns-forwarding.pl aborted due to compilation errors. | |||
2014-07-08 | 0.20.43+vyos1+helium6debian/0.20.43+vyos1+helium6 | Daniil Baturin | |
2014-07-08 | Bug #255: add an option to ignore hosts file in dnsmasq. | Daniil Baturin | |
2014-07-02 | Set separate virtual interface for QinQ. | Kim Hagen | |