<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/keepalived, branch debian/0.19.140</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=debian%2F0.19.140</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.19.140'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2011-12-06T19:43:48+00:00</updated>
<entry>
<title>Add parsing of vrrp interfaces so that 'show vrrp interfaces &lt;vmac-interface&gt;' will do what the user intended.</title>
<updated>2011-12-06T19:43:48+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2011-12-06T19:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=889f218328589847ec699292863e5b3ed2c936d5'/>
<id>urn:sha1:889f218328589847ec699292863e5b3ed2c936d5</id>
<content type='text'>
    Users should still be prompted to use the underlying interface name,
    but if they enter the vmac interface instead we should 'do what they mean'
</content>
</entry>
<entry>
<title>Adjust the output of 'show vrrp' and 'show vrrp summary' for vmac and address owner</title>
<updated>2011-12-06T17:13:49+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2011-12-06T17:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=aa6d8d69e18ebf681c79dc6a0d7ea6dce4c74a76'/>
<id>urn:sha1:aa6d8d69e18ebf681c79dc6a0d7ea6dce4c74a76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set accept_local on vrrp interfaces so that transition from 'current master that is not address owner' to 'address owner that is requesting master' can occur</title>
<updated>2011-12-02T22:47:34+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2011-12-02T22:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=72598d06c1dfaefadfadef2b1d2a7d7cba6f2233'/>
<id>urn:sha1:72598d06c1dfaefadfadef2b1d2a7d7cba6f2233</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add handling for address ownership (priority 255) in RFC complient mode</title>
<updated>2011-12-02T00:51:00+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2011-12-01T21:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=f27e23f90810bb0c23d0d4e0f7d093b110477a14'/>
<id>urn:sha1:f27e23f90810bb0c23d0d4e0f7d093b110477a14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust the sysctl values of vrrp interfaces on master/backup transitions</title>
<updated>2011-12-02T00:50:54+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2011-12-01T21:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=c822ae10d02835479d31f3955b378816aa91bb0d'/>
<id>urn:sha1:c822ae10d02835479d31f3955b378816aa91bb0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Display vmac interface name in "show vrrp interfaces ..." command</title>
<updated>2011-11-29T02:05:29+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2011-11-29T02:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=cff545a528c168f0b39a5b457b1f2a298649389d'/>
<id>urn:sha1:cff545a528c168f0b39a5b457b1f2a298649389d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use new naming convention for VRRP virtual mac interfaces.</title>
<updated>2011-11-28T23:12:51+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2011-11-28T23:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=d5700952eece79ecae7532ee1fbcf475a0bc63a0'/>
<id>urn:sha1:d5700952eece79ecae7532ee1fbcf475a0bc63a0</id>
<content type='text'>
The new naming convention is:  &lt;ifname&gt;v&lt;VRID&gt;
where &lt;ifname&gt; is the name of the underlying physical interface or
VLAN and &lt;VRID&gt; is the virtual router ID.
For example: eth0v235, eth7.4000v199.
</content>
</entry>
<entry>
<title>First pass implementation of support for virtual MAC address</title>
<updated>2011-11-09T00:02:06+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2011-11-09T00:02:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=db9cc7f187ff8b2796bafd1f3b14472256385338'/>
<id>urn:sha1:db9cc7f187ff8b2796bafd1f3b14472256385338</id>
<content type='text'>
This change introduces a new parameter named "interface" under the
vrrp-group configuration tree under ethernet interfaces and vlans.  If
the "interface" parameter is set, keepalived will be configured to
bring up a macvlan interface, which will hold the virtual MAC address
that is specified in the VRRP spec.
</content>
</entry>
<entry>
<title>Fix 5912: "show vrrp" doesn't list sync-group</title>
<updated>2011-05-18T19:24:49+00:00</updated>
<author>
<name>Stig Thormodsrud</name>
<email>stig@vyatta.com</email>
</author>
<published>2011-05-18T19:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=fd7380af69f97dd1c54623f42ce473c15d09a7a2'/>
<id>urn:sha1:fd7380af69f97dd1c54623f42ce473c15d09a7a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix vrrp duplicate generation of last sync-group entry.</title>
<updated>2011-01-26T23:42:59+00:00</updated>
<author>
<name>Stig Thormodsrud</name>
<email>stig@vyatta.com</email>
</author>
<published>2011-01-26T22:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=7f700d26fb0f13a42445c34459380a68a57a8a1d'/>
<id>urn:sha1:7f700d26fb0f13a42445c34459380a68a57a8a1d</id>
<content type='text'>
(cherry picked from commit 8529fbe7ed23023e936f5c7cab9663007d0476d3)
</content>
</entry>
</feed>
