<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/igmp-proxy.xml, branch 1.3.8</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.3.8</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.8'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2019-12-06T19:58:56+00:00</updated>
<entry>
<title>T1843: run interface-definitions though GCC preprocessor</title>
<updated>2019-12-06T19:58:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-12-03T21:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=0d4d4dd840e06c18250d73f27de61261ff141944'/>
<id>urn:sha1:0d4d4dd840e06c18250d73f27de61261ff141944</id>
<content type='text'>
A lot of XML code is duplicated (VLAN, interface address) for instance. Such
XML definitions should be moved to feature.xml.i files and then just pulled in
via GCC preprocessor #include definition in e.g. bond or ethernet definitions.

This will give us the ability to single-source repeating node definitions as:
* Interface Address
* Interface Description
* Interface Disable
* VLAN (both vif-s and vif-c)

The .in suffix of the interface-definitions is a marker that those files are
input files to the GCC preprocessor. They will be rendered into proper XML
files in the build directory.

Some node definitions have been reworder to remove escaped double quote
occurances which would have been warned about by the GCC preprocessor.
</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>
</feed>
