summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-11Fix syntax errorKim Hagen
2014-09-10vyatta-cfg-system: expand 'set system allow-dhcp-nameservers' logicAlex 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-10vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
Update scripts/vyatta-system-nameservers to have consistent identation levels and style throughout.
2014-09-10Remove gre-multipoint encapsulation option, make the tunnel multipoint if ↵Kim Hagen
'remote-ip' is nowt set.
2014-09-10Merge pull request #23 from cyclops8456/heliumDaniil Baturin
vyatta-cfg-system: add 'set system allow-dhcp-nameservers' option
2014-09-09Merge remote-tracking branch 'upstream/helium' into heliumAlex Harpin
2014-09-09vyatta-cfg-system: add 'set system allow-dhcp-nameservers' optionAlex 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-10Merge pull request #22 from cyclops8456/heliumDaniil Baturin
vyatta-cfg-system: revert bb71cf5b7b3a48812e28dbefba8c535f9bbf9973
2014-09-09vyatta-cfg-system: revert bb71cf5b7b3a48812e28dbefba8c535f9bbf9973Alex Harpin
Reverting commit bb71cf5b7b3a48812e28dbefba8c535f9bbf9973 as it breaks the logic in vyatta_update_resolv.pl for removing name servers when called by dhclient-script. As it stands, the commit causes name server entries to be left behind in resolv.conf when a DHCP interface is deleted, resulting in possibly old or invalid entries remaining indefinitely. Bug #307 http://bugzilla.vyos.net/show_bug.cgi?id=307
2014-09-09vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
Update scripts/system/vyatta_update_resolv.pl to have consistent identation levels and style throughout.
2014-09-090.20.43+vyos1+helium16debian/0.20.43+vyos1+helium16Daniil Baturin
2014-09-09Bug #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-08Merge pull request #21 from cyclops8456/heliumDaniil Baturin
vyatta-cfg-system: Bug #182 and #305
2014-09-07vyatta-cfg-system: prevent dhcp updating dns when statically configuredAlex 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-07vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
Update scripts/system/vyatta_update_resolv.pl to have consistent identation levels and style throughout.
2014-09-07Merge remote-tracking branch 'upstream/helium' into heliumAlex Harpin
2014-09-07vyatta-cfg-system: allow interfaces with dhcp addresses to be deletedAlex 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-07vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
Update scripts/vyatta-address to have consistent identation levels and style throughout.
2014-09-04Do not delete tunnel if it is in use by NHRP configKim Hagen
2014-09-03Merge pull request #20 from cyclops8456/heliumDaniil Baturin
Bug #261: vyatta-cfg-system: remove quotes from SysContact and SysLocation
2014-09-02vyatta-cfg-system: remove quotes from SysContact and SysLocationAlex 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-02Bug #285 - Cannot delete bond interface with vifKim Hagen
2014-08-26fix create/del error handlingupa
2014-08-24Add support for VXLANupa
2014-08-23Always allow gre-multipointUnicronNL
2014-08-23Remove obsolete informationUnicronNL
2014-08-23Remove execution of vyatta-update-nhtp scriptUnicronNL
2014-08-030.20.43+vyos1+helium15vyos/1.1.0-beta1debian/0.20.43+vyos1+helium15Daniil Baturin
2014-08-03Bug #237: improve ciphers option help and value validation.Daniil Baturin
2014-08-03Bug #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-03Bug #196: rename "smuxpeer" to "smux-peer" for consistency with other commands.Daniil Baturin
2014-08-020.20.43+vyos1+helium14debian/0.20.43+vyos1+helium14Daniil Baturin
2014-08-02Bug #256: adjust mtu node priority.Daniil Baturin
2014-08-020.20.43+vyos1+helium13debian/0.20.43+vyos1+helium13Daniil Baturin
2014-08-02Bug #246: add multicast querier toggle to bridge.Daniil Baturin
2014-07-310.20.43+vyos1+helium12debian/0.20.43+vyos1+helium12Daniil Baturin
2014-07-31Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into heliumDaniil Baturin
2014-07-31Rename dummy interfaces to dumX to avoid confusion with the defaultDaniil Baturin
interface created by the driver.
2014-07-30Merge pull request #18 from ftoyama/heliumDaniil Baturin
Change lower the priority of l2tpv3 than the priority of static route.
2014-07-30Change lower the priority of l2tpv3 than the priority of static route.ftoyama
2014-07-300.20.43+vyos1+helium11debian/0.20.43+vyos1+helium11Daniil Baturin
2014-07-30Replace login check with UID check in install-get-partition.Daniil Baturin
2014-07-290.20.43+vyos1+helium10debian/0.20.43+vyos1+helium10Daniil Baturin
2014-07-29Replace login name check with effective UID check in install-image.Daniil Baturin
2014-07-29Replace login name check with effective UID check.Daniil Baturin
2014-07-250.20.43+vyos1+helium9debian/0.20.43+vyos1+helium9Daniil Baturin
2014-07-25Set vyos-intfwatchd to start at boot by default.Daniil Baturin
2014-07-250.20.43+vyos1+helium8debian/0.20.43+vyos1+helium8Daniil Baturin
2014-07-25Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into heliumDaniil Baturin
2014-07-25Bug #259: do not try to remove addresses that don't exist.Daniil Baturin