<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/debian/rules, branch 1.2.9</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.2.9</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.2.9'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2019-08-29T10:07:01+00:00</updated>
<entry>
<title>T1598: fix the debian/rules to get vyos-hostsd installed.</title>
<updated>2019-08-29T10:07:01+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2019-08-29T10:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=cfcba5223d566e0cd2fc64ae58dbf0670df261bc'/>
<id>urn:sha1:cfcba5223d566e0cd2fc64ae58dbf0670df261bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[tftp] T1261: bugfix listening on multiple IP addesses</title>
<updated>2019-02-25T17:22:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-02-24T20:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=61c1657d3e207071b7c0c5e7c4ef4a466d8f81b4'/>
<id>urn:sha1:61c1657d3e207071b7c0c5e7c4ef4a466d8f81b4</id>
<content type='text'>
tftp-hpa which is the TFTP daemon used by VyOS does not support
listening on multiple IP adresses. With this limitation we will start
one TFTP daemon instance per configured listen-address via systemd.

(cherry picked from commit 735a24d58ddf55294241ce8160471fe9be062498)
</content>
</entry>
<entry>
<title>T959: XML/Python rewrite of "protocol igmp-proxy" and op-mode commands</title>
<updated>2018-11-04T10:47:51+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-11-04T10:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=698c5a40b2ece2f3eb41ad932660f7ceb1f80092'/>
<id>urn:sha1:698c5a40b2ece2f3eb41ad932660f7ceb1f80092</id>
<content type='text'>
Examples:
=========

CFG commands:

  vyos@vyos# set protocols igmp-proxy disable-quickleave
  vyos@vyos# set protocols igmp-proxy interface eth0 alt-subnet '172.16.35.0/24'
  vyos@vyos# set protocols igmp-proxy interface eth0 alt-subnet '172.31.0.0/24'
  vyos@vyos# set protocols igmp-proxy interface eth0 role 'upstream'
  vyos@vyos# set protocols igmp-proxy interface eth1 role 'downstream'

  vyos@vyos# show protocols
   igmp-proxy {
       disable-quickleave
       interface eth0 {
           alt-subnet 172.16.35.0/24
           alt-subnet 172.31.0.0/24
           role upstream
       }
       interface eth1 {
           role downstream
       }
   }

OP mode commands:
-----------------

  vyos@vyos:~$ show ip multicast interface
   Interface  BytesIn      PktsIn       BytesOut     PktsOut      Local
   eth0       0.0b         0            0.0b         0            xxx.xxx.xxx.65
   eth1       0.0b         0            0.0b         0            xxx.xxx.xx.201

  vyos@vyos:~$ show ip multicast mfc
  Group           Origin          Pkts         Bytes        Wrong   In      Out
  xxx.x.xx.1      xxx.xx.0.1      10           9.81KB       0       eth0    eth1
  xxx.x.xx.2      xxx.xx.0.1                                        --
</content>
</entry>
<entry>
<title>T666, T616: new implementation of the VRRP CLI.</title>
<updated>2018-07-26T23:17:25+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-07-26T23:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=3dba2d13e6ba7ced2a032b9fbb98984a44370f5f'/>
<id>urn:sha1:3dba2d13e6ba7ced2a032b9fbb98984a44370f5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T689: add a basic library for working with network interfaces and support for interface types to the completion script.</title>
<updated>2018-06-08T10:00:11+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-06-08T10:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=6acc5f6cb03f553141b0442f5e01cbf47b8e7833'/>
<id>urn:sha1:6acc5f6cb03f553141b0442f5e01cbf47b8e7833</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T684: add the vyos-config-to-commands script to packaging.</title>
<updated>2018-06-06T05:18:33+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-06-06T05:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e5ed4e5fb818a6953bb816318f1d7de6f2f18380'/>
<id>urn:sha1:e5ed4e5fb818a6953bb816318f1d7de6f2f18380</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T667: add a migration script for converting "system gateway-address" to "protocols static route 0.0.0.0".</title>
<updated>2018-05-29T21:07:52+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-29T21:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=737d72dc07e630231202fe1ae513c6195b6d250b'/>
<id>urn:sha1:737d72dc07e630231202fe1ae513c6195b6d250b</id>
<content type='text'>
Code-wise that option was in vyatta-cfg-quagga, but the syntax is inside "system", so let's keep
the script under system too.
</content>
</entry>
<entry>
<title>T644: remove prefixing from all scripts and update environment variables with VyOS paths.</title>
<updated>2018-05-16T14:02:33+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-16T14:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d4c10902026b76a6372cf738fc98860b29b39759'/>
<id>urn:sha1:d4c10902026b76a6372cf738fc98860b29b39759</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use '_' instead of '-' for python scripts for test</title>
<updated>2018-05-16T12:35:22+00:00</updated>
<author>
<name>Yuya Kusakabe</name>
<email>yuya.kusakabe@gmail.com</email>
</author>
<published>2018-05-16T12:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=be6f809581ccbcd6411713128a63711eaa2ce6b7'/>
<id>urn:sha1:be6f809581ccbcd6411713128a63711eaa2ce6b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T643: correct the logic for generating node constraints and add emulation of multiple validation options.</title>
<updated>2018-05-16T00:05:06+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-16T00:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=3666ab2b4ed251718c6db549d273ef676bb77c2c'/>
<id>urn:sha1:3666ab2b4ed251718c6db549d273ef676bb77c2c</id>
<content type='text'>
</content>
</entry>
</feed>
