Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-24 | Revert "vyatta-cfg-system: multiple servers for dns forwarding domain override" | Alex Harpin | |
This reverts commit 733259a85b0791b9779e4a03fa65158770c48637. | |||
2015-02-24 | vyatta-cfg-system: multiple servers for dns forwarding domain override | Alex Harpin | |
When configuring DNS fowarding, allow multiple servers to be specified when setting domain overrides, in order to allow Dnsmasq to gracefully handle unavailable nameservers. Bug #408 http://bugzilla.vyos.net/show_bug.cgi?id=408 | |||
2015-02-20 | Bug #492: fail commit in case of DHCPv6 configuration errors. | Daniil Baturin | |
2015-02-20 | Bug #490: remove priority inversion in dhcpv6-options. | Daniil Baturin | |
Seems to work with 319. | |||
2014-10-30 | vyatta-cfg-system: fix for unusable "link" option | Hiroshi Umehara | |
In the inital state, the "link" option was not usable, so I moved the "link" directory under "node.tag". Aftewards, the "link" option became usable. | |||
2014-10-18 | vyatta-cfg-system: comment change in the plaintext-password node | Alex Harpin | |
Remove the comment from the plaintext-password node regarding empty encrypted password values as you can't set them as empty. | |||
2014-10-18 | vyatta-cfg-system: fix for deleting encrypted password breaks config | Alex Harpin | |
You can't create a user without a password, but once this user is created, you can then delete the encrypted password. However, deleting the encrypted password from the config doesn't actually remove the password on the system and in addition breaks the config on reboot, resulting in the system login node being entirely absent. This fix ensures that the encrypted password is set to "!" when the config node is deleted, removing the password login capability for this account but still allowing SSH RSA key login. Bug #336 http://bugzilla.vyos.net/show_bug.cgi?id=336 | |||
2014-10-07 | Fix a typo in help string. | Daniil Baturin | |
2014-09-25 | Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into helium | Daniil Baturin | |
2014-09-25 | Rename "dev" to "link" under VXLAN for consistency with peth | Daniil Baturin | |
and whatever else we have. | |||
2014-09-22 | Fix typo | Kim Hagen | |
2014-09-20 | Remove source-validation templates, those are also autogenerated. | Daniil Baturin | |
2014-09-20 | Remove ip/node.def, it's autogenerated too. | Daniil Baturin | |
2014-09-20 | Remove VXLAN templates that are supposed to be generated. | Daniil Baturin | |
2014-09-20 | Merge pull request #19 from upa/helium-vxlan-cli | Daniil Baturin | |
Add support for VXLAN | |||
2014-09-14 | vyatta-cfg-system: rename allow-dhcp-nameservers and change to typeless | Alex Harpin | |
Rename allow-dhcp-nameservers to disable-dhcp-nameservers and update the logic to take the new meaning into account. The option is now also typeless, so the node is either absent (default) or present (enabled). Format 'set / delete system disable-dhcp-nameservers' Linked to Bug #182 and Bug #308 Bug #314 http://bugzilla.vyos.net/show_bug.cgi?id=314 | |||
2014-09-11 | Merge pull request #24 from cyclops8456/helium | Daniil Baturin | |
vyatta-cfg-system: expand 'set system allow-dhcp-nameservers' logic | |||
2014-09-11 | Fix syntax error | Kim Hagen | |
2014-09-10 | vyatta-cfg-system: expand 'set system allow-dhcp-nameservers' logic | Alex Harpin | |
Expand the logic in 'set system allow-dhcp-nameservers', so that in addition to either allowing / denying DHCP related updates to resolv.conf when the interface changes state, it will also either add or remove the currently supplied DHCP name-servers depending on it's state. This change in name-servers will take place immediately on commit. Bug #309 http://bugzilla.vyos.net/show_bug.cgi?id=309 | |||
2014-09-10 | Remove gre-multipoint encapsulation option, make the tunnel multipoint if ↵ | Kim Hagen | |
'remote-ip' is nowt set. | |||
2014-09-09 | vyatta-cfg-system: add 'set system allow-dhcp-nameservers' option | Alex Harpin | |
Instead of simply allowing / denying DHCP related updates to resolv.conf based on the current values of 'set system name-server', as initially proposed for Bug #182 (http://bugzilla.vyos.net/show_bug.cgi?id=182), this patch replaces that behaviour with a global option to allow / deny these updates. Add 'set system allow-dhcp-nameservers' as a boolean value that has the default value of true, so allowing DHCP nameserver updates by default. Bug #308 http://bugzilla.vyos.net/show_bug.cgi?id=308 | |||
2014-09-09 | Bug #306: add option to enable private VLAN proxy ARP on an interface. | Daniil Baturin | |
(aka /proc/sys/net/ipv4/conf/$intf/proxy_arp_pvlan). Patch contributed by Shane Short. | |||
2014-09-04 | Do not delete tunnel if it is in use by NHRP config | Kim Hagen | |
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-26 | fix create/del error handling | upa | |
2014-08-24 | Add support for VXLAN | upa | |
2014-08-23 | Remove obsolete information | UnicronNL | |
2014-08-23 | Remove execution of vyatta-update-nhtp script | UnicronNL | |
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 | Bug #256: adjust mtu node priority. | Daniil Baturin | |
2014-08-02 | Bug #246: add multicast querier toggle to bridge. | 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 | Change lower the priority of l2tpv3 than the priority of static route. | ftoyama | |
2014-07-25 | Add Freescale i.MX serial device | UnicronNL | |
2014-07-11 | Fix modprobe for l2tpv3 over ip | tofoo | |
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 | |
2014-06-26 | Set help to Nested vlan. | Kim Hagen | |
2014-06-26 | Add QinQ vlan to Bonding and pseudo-ethernet interfaces. | Kim Hagen | |
2014-06-25 | Change priority in node.def | Kim Hagen | |
2014-06-25 | Fix variables. | Kim Hagen | |
2014-06-25 | Add QinQ vlan to ethernet interface config | Kim Hagen | |
2014-06-23 | Merge pull request #11 from ahaitoute/helium | Daniil Baturin | |
Bug #195: Added feature to send log message to remote syslog server over UDP or TCP. | |||
2014-06-11 | Add support for ciphers and macs override in ssh | neutralrockets | |
Add support to override default Ciphers and MACs options in SSH server for eg: set service ssh ciphers <list of ciphers> set service ssh macs <list of macs> | |||
2014-05-01 | Added feature to add smuxpeer entries in file /etc/snmp/snmpd.conf. | Abdelouahed Haitoute | |
See VyOS bug 196 for more information about the feature request. | |||
2014-04-29 | Added feature to send log message to remote syslog server over UDP or TCP. | Abdelouahed Haitoute | |
See VyOS bug 195 for more information about the feature request. |