<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/vyatta-address, branch 1.3.3</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=1.3.3</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=1.3.3'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2019-05-20T15:24:02+00:00</updated>
<entry>
<title>[interfaces] T1387: Fix removal of DHCP interface w/o assigned address</title>
<updated>2019-05-20T15:24:02+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-05-20T15:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=9b8fab43d5e24981ab7d949c9c7fb9400786d4d6'/>
<id>urn:sha1:9b8fab43d5e24981ab7d949c9c7fb9400786d4d6</id>
<content type='text'>
If a DHCP interface fails to get an IP address, deleting the interface
results in a bash script error.
</content>
</entry>
<entry>
<title>T1359: Bugfix handling VLAN interfaces on DHCP -&gt; static address change</title>
<updated>2019-04-29T19:42:48+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-04-29T19:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=08a27c62b16e4560e4a47eafd281176e924bbe51'/>
<id>urn:sha1:08a27c62b16e4560e4a47eafd281176e924bbe51</id>
<content type='text'>
Changing VLAN interface address from DHCP to static is not handeled in
vyatta-address script as VLAN interfaces are called e.g. eth0.201 or
br0.10 and dhclient replaces the '.' by '_', this was not handeled.
</content>
</entry>
<entry>
<title>Fix: T1053 - Error when re-configuring an interface from DHCP to static IP</title>
<updated>2018-11-29T22:27:41+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2018-11-29T22:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=74c1a8e3262480b4863a9b86bee77e2f6bf0acd3'/>
<id>urn:sha1:74c1a8e3262480b4863a9b86bee77e2f6bf0acd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T288: normalize IP(v6) addresses before passing them to iproute2.</title>
<updated>2018-11-05T02:03:54+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-11-05T02:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=018860f21eb4151df5e0b719ad9b66331786ac4e'/>
<id>urn:sha1:018860f21eb4151df5e0b719ad9b66331786ac4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T797: add sudo to ip command calls in other interface types.</title>
<updated>2018-08-25T18:19:04+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-08-25T18:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=7f5df3ea03fe410f781478aeffc201537756b040'/>
<id>urn:sha1:7f5df3ea03fe410f781478aeffc201537756b040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use directory /var/lib/dhcp instead of /var/lib/dhcp3.</title>
<updated>2016-02-09T07:08:23+00:00</updated>
<author>
<name>Kim Hagen</name>
<email>kim.sidney@gmail.com</email>
</author>
<published>2016-02-09T07:08:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=9d0c8946c537a1d857df67be2ffc26255c24bdbb'/>
<id>urn:sha1:9d0c8946c537a1d857df67be2ffc26255c24bdbb</id>
<content type='text'>
Use directory /etc/dhcp instead of /etc/dhcp3.
</content>
</entry>
<entry>
<title>vyatta-cfg-system: allow dhcp and dhcpv6 addresses to be deleted</title>
<updated>2014-10-09T20:50:23+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2014-10-09T20:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=125a751e4b9eec64e44bc450673f6169148979ef'/>
<id>urn:sha1:125a751e4b9eec64e44bc450673f6169148979ef</id>
<content type='text'>
Allow interfaces with either dhcp or dhcpv6 addresses to be deleted.
Expand on the previous patch for Bug #305 to now take dhcpv6 addresses
into account, as well as an update to the original dhcp logic.

Bug #341 http://bugzilla.vyos.net/show_bug.cgi?id=341
</content>
</entry>
<entry>
<title>vyatta-cfg-system: allow interfaces with dhcp addresses to be deleted</title>
<updated>2014-09-07T18:10:48+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2014-09-07T18:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=7102d1e9b9c6b928bd4661849e9ab55fd5429e7c'/>
<id>urn:sha1:7102d1e9b9c6b928bd4661849e9ab55fd5429e7c</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>vyatta-cfg-system: formatting changes for style consistency</title>
<updated>2014-09-07T16:36:07+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2014-09-07T15:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=d095d3b8cc04b2eb52e3617c056fb0af40d8307d'/>
<id>urn:sha1:d095d3b8cc04b2eb52e3617c056fb0af40d8307d</id>
<content type='text'>
Update scripts/vyatta-address to have consistent identation levels and
style throughout.
</content>
</entry>
<entry>
<title>Bug #259: do not try to remove addresses that don't exist.</title>
<updated>2014-07-25T16:35:40+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2014-07-25T16:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=3dd18271ce1145bdf07b4af381c4ad821951bed8'/>
<id>urn:sha1:3dd18271ce1145bdf07b4af381c4ad821951bed8</id>
<content type='text'>
</content>
</entry>
</feed>
