<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/ipoe-server.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>ipoe-server: XML: run through XMLlint</title>
<updated>2019-10-06T18:12:26+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-10-06T18:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=21fe962befb2ebd1625eb7a6c28cb3e9005fe37e'/>
<id>urn:sha1:21fe962befb2ebd1625eb7a6c28cb3e9005fe37e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe-server: optimize port completion helper to match all others</title>
<updated>2019-10-06T18:11:38+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-10-06T18:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c305a48bbf874e835435717a2cae456d326f4f18'/>
<id>urn:sha1:c305a48bbf874e835435717a2cae456d326f4f18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[IPoE] - T1664: Ipoe with bond per vlan don't work</title>
<updated>2019-09-16T21:31:35+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-09-16T21:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f23d1f10721260872a5b231dcc51e7d05d324e39'/>
<id>urn:sha1:f23d1f10721260872a5b231dcc51e7d05d324e39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[IPoE] - T1510: vlan-mon option implementation</title>
<updated>2019-07-08T19:45:06+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-07-08T19:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=14b4fa607f37b051957abc9cbe01014a610adc81'/>
<id>urn:sha1:14b4fa607f37b051957abc9cbe01014a610adc81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[IPoE] T1495 - IA-PD via IPoE implemented</title>
<updated>2019-07-02T20:09:11+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-07-02T20:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c35d1b7a1d958327f67c806740428929ff86b151'/>
<id>urn:sha1:c35d1b7a1d958327f67c806740428929ff86b151</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[IPoE] config structure improved</title>
<updated>2019-06-28T19:53:50+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-06-28T19:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b83fed095c418d27a08309af2d6bf50c11505117'/>
<id>urn:sha1:b83fed095c418d27a08309af2d6bf50c11505117</id>
<content type='text'>
  * fixed minor issues
  * fixed lower function for mac addresses if user capitalized it (local mode only)
  * added some checks to verify()
  * cli ip-address checks on input
</content>
</entry>
<entry>
<title>[IPoE] T989 - IPoE implementation</title>
<updated>2019-06-27T17:43:03+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-06-24T18:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=1027d1c622f9d0e6a062fa1119c8bffbf12151fb'/>
<id>urn:sha1:1027d1c622f9d0e6a062fa1119c8bffbf12151fb</id>
<content type='text'>
  * chap-secrets file generation
  * noauth in accel config as option
  * local auth with csid implemented
  * radius implementation
  * shaper per user implemented
  * op comands for stats
</content>
</entry>
</feed>
