<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git/lib, branch crux</title>
<subtitle>Vyatta configuration system (mirror of https://github.com/vyos/vyatta-cfg.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=crux</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=crux'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2018-10-21T11:09:43+00:00</updated>
<entry>
<title>Move systemd mods to /lib directory</title>
<updated>2018-10-21T11:09:43+00:00</updated>
<author>
<name>UnicronNL</name>
<email>kim.sidney@gmail.com</email>
</author>
<published>2018-10-21T11:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=512553a3e388b546b7792e627be99c089f62ad9a'/>
<id>urn:sha1:512553a3e388b546b7792e627be99c089f62ad9a</id>
<content type='text'>
Remove redundant my_commit check
Do not show output on serial-getty (double output issue)
</content>
</entry>
<entry>
<title>Fix "Subroutine Vyatta::Misc::sockaddr_in6 redefined at" message.</title>
<updated>2016-02-24T12:16:38+00:00</updated>
<author>
<name>Kim Hagen</name>
<email>kim.sidney@gmail.com</email>
</author>
<published>2016-02-24T12:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f1e9b5e675d5e8f7b4309fb4c1df509817b3387a'/>
<id>urn:sha1:f1e9b5e675d5e8f7b4309fb4c1df509817b3387a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use dhcp instead of dhcp3.</title>
<updated>2016-02-09T09:13:59+00:00</updated>
<author>
<name>Kim Hagen</name>
<email>kim.sidney@gmail.com</email>
</author>
<published>2016-02-09T09:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=8916fa69bdd7db82f8b4f669903fe2ab36b21e5b'/>
<id>urn:sha1:8916fa69bdd7db82f8b4f669903fe2ab36b21e5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vyatta-cfg: add port checking routine to misc.pm</title>
<updated>2015-10-17T16:10:22+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-10-17T16:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=8db99052566a89779b48a79d6bb00e82d280627f'/>
<id>urn:sha1:8db99052566a89779b48a79d6bb00e82d280627f</id>
<content type='text'>
Add a port checking routine to Vyatta/Misc.pm to allow commits to
check if a port is currently in use before allowing them.  This is in
connection with Bug #43, where no port checking was done on commit.
</content>
</entry>
<entry>
<title>vyatta-cfg: update is_primary_address for vtun and wan interfaces</title>
<updated>2015-02-15T13:24:22+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-02-15T13:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=7ab81d50641b8bbe3dfb6c58b3dcd832215a81d2'/>
<id>urn:sha1:7ab81d50641b8bbe3dfb6c58b3dcd832215a81d2</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>vyatta-cfg: update get_ipaddr_int_hash for vtun and wan interfaces</title>
<updated>2015-02-15T12:09:08+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-02-15T12:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=4258a200d20f4ddf6bac6fea02c311611a124f62'/>
<id>urn:sha1:4258a200d20f4ddf6bac6fea02c311611a124f62</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>vyatta-cfg: set the path for a vrrp interface correctly</title>
<updated>2015-02-08T12:08:57+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-02-08T12:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=ba890679400bb2e5e46d16640016a2c8cddcadb6'/>
<id>urn:sha1:ba890679400bb2e5e46d16640016a2c8cddcadb6</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Add QinQ support to the intf name to path function.</title>
<updated>2014-10-08T19:07:58+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2014-10-08T19:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f14d37e838392d0f0f35900387299c000323ce00'/>
<id>urn:sha1:f14d37e838392d0f0f35900387299c000323ce00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vyatta-cfg: return correct path for pppoe or pppoa interfaces</title>
<updated>2014-10-06T19:28:22+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2014-10-06T19:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=3bad4baf6037975da01cd0f3abf846162567bf96'/>
<id>urn:sha1:3bad4baf6037975da01cd0f3abf846162567bf96</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>vyatta-cfg: formatting changes for style consistency</title>
<updated>2014-10-06T18:54:13+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2014-10-06T18:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=98a62b65c4843afd17e6aabe24badeafa0cd8f3d'/>
<id>urn:sha1:98a62b65c4843afd17e6aabe24badeafa0cd8f3d</id>
<content type='text'>
Update lib/Vyatta/Interface.pm to have consistent identation levels and
style throughout.
</content>
</entry>
</feed>
