<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts, branch vyos/1.3dev0</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=vyos%2F1.3dev0</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.3dev0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2019-12-06T17:02:39+00:00</updated>
<entry>
<title>syslog: T1845: syslog host no longer accepts a port</title>
<updated>2019-12-06T17:02:39+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-12-06T17:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=3559244db333132101a7ab70a11ce50f8bb08f08'/>
<id>urn:sha1:3559244db333132101a7ab70a11ce50f8bb08f08</id>
<content type='text'>
  - migrates 'system syslog host &lt;ip_address:port&gt;' to
    system syslog host &lt;ip_address&gt; port &lt;port&gt;
</content>
</entry>
<entry>
<title>Revert "syslog: T1845: syslog host no longer accepts a port"</title>
<updated>2019-12-05T16:06:29+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-12-05T16:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c9390e9f1522cf5208dcdce59f2913639ab7fd6d'/>
<id>urn:sha1:c9390e9f1522cf5208dcdce59f2913639ab7fd6d</id>
<content type='text'>
This reverts commit a93a1dbd7d18ff82246b4f7fb9a3757c14e6a9c7.
</content>
</entry>
<entry>
<title>syslog: T1845: syslog host no longer accepts a port</title>
<updated>2019-12-04T23:36:12+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-12-04T16:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=a93a1dbd7d18ff82246b4f7fb9a3757c14e6a9c7'/>
<id>urn:sha1:a93a1dbd7d18ff82246b4f7fb9a3757c14e6a9c7</id>
<content type='text'>
  - renamed interface xml
  - renamed syslog.py to system-syslog.py
  - moved protocol out of the facility node (bug)
  - node port created
  - migration script included
</content>
</entry>
<entry>
<title>bridge: T1673: re-use "base" variable</title>
<updated>2019-11-24T19:31:22+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-11-24T19:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=5238f0970219639e988bc31beb7db27b43f94e6e'/>
<id>urn:sha1:5238f0970219639e988bc31beb7db27b43f94e6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bridge: T1673: add missing VLAN bridge member migration</title>
<updated>2019-11-24T19:27:29+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-11-24T19:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=a6fde4aa02862f51cbd3618ade199c64915469d3'/>
<id>urn:sha1:a6fde4aa02862f51cbd3618ade199c64915469d3</id>
<content type='text'>
VLAN interfaces assigned to a bridge as member have not been migrated so far.
This was the case for vif, vif-s and vif-c interfaces. The migration code has
been generalized in migrate_bridge() so it is re-usable for regular interfaces,
vif, vif-s and vif-c interfaces - all now use the same code.
</content>
</entry>
<entry>
<title>Merge branch 't1627-wireless' of github.com:c-po/vyos-1x into current</title>
<updated>2019-11-23T19:44:45+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-11-23T19:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=9ab56f29f07a3c94a92bb7e1ffa54fcb4762a8fb'/>
<id>urn:sha1:9ab56f29f07a3c94a92bb7e1ffa54fcb4762a8fb</id>
<content type='text'>
* 't1627-wireless' of github.com:c-po/vyos-1x:
  wireless: T1627: support station mode
  wireless: T1627: support DHCP(v6) addresses
  wireless: T1627: add support for RADIUS source-address
  wireless: T1627: RADIUS servers must have a key specified
  wireless: T1627: change RADIUS CLI syntax
  l2tp: harmonize RADIUS wording
  wireless: T1627: re-order WPA key in hostapd config
  wireless: T1627: change priority from 318 to 400
  wireless: T1627: fix generated ht_capab and vht_capab
  wireless: T1627: fix regex for 'ht channel-set-width'
  wireless: T1627: config migrator does not support camel casing
  wireless: T1627: initial rewrite of show-wireless.pl in Python
  wireless: T1627: add op-mode commands
  wireless: T1627: initial rewrite in XML/Python style
</content>
</entry>
<entry>
<title>wireless: T1627: change RADIUS CLI syntax</title>
<updated>2019-11-23T19:44:02+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-11-18T20:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=dfa2f0e8ecd8a117bf47b64d7099d613f487d799'/>
<id>urn:sha1:dfa2f0e8ecd8a117bf47b64d7099d613f487d799</id>
<content type='text'>
Adopt RADIUS configuration and harmonize it with the rest of VyOS. Move the
following configuration block:

  security {
      wpa {
          cipher CCMP
          mode wpa2
          radius-server 172.16.100.10 {
              port 1812
              secret secretkey
          }
          radius-server 172.16.100.11 {
              port 1812
              secret secretkey
          }
      }
  }

to the harmonized version of:

  security {
      wpa {
          cipher CCMP
          mode wpa2
          radius {
              server 172.16.100.10 {
                  port 1812
                  secret secretkey
              }
              server 172.16.100.11 {
                  port 1812
                  secret secretkey
              }
          }
      }
  }

And add the new "set interfaces wireless wlan0 security wpa radius
source-address" CLI command to specify the origin of any RADIUS query on
systems having multiple IP addresses.
</content>
</entry>
<entry>
<title>wireless: T1627: config migrator does not support camel casing</title>
<updated>2019-11-23T19:44:02+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-11-18T15:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=3308bc150646abcf523c001a7b6086c46703b204'/>
<id>urn:sha1:3308bc150646abcf523c001a7b6086c46703b204</id>
<content type='text'>
convert all nodes to lowercase
</content>
</entry>
<entry>
<title>wireless: T1627: initial rewrite in XML/Python style</title>
<updated>2019-11-23T19:44:01+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-10-06T15:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=4c9d0ec3ac7b88af225118b60f5aa01e6f3d29f1'/>
<id>urn:sha1:4c9d0ec3ac7b88af225118b60f5aa01e6f3d29f1</id>
<content type='text'>
Working:
- Wireless modes b, g, n, ac
- WPA/WPA2 psk and RADIUS (tested using Microsoft NPS)
</content>
</entry>
<entry>
<title>migration-scripts: l2tp: T1811: add missing check on server existence</title>
<updated>2019-11-18T20:15:08+00:00</updated>
<author>
<name>Eshenko Dmitriy</name>
<email>snooppy@mail.ua</email>
</author>
<published>2019-11-18T20:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=fb72bc367234bf35628bdccf84b0b76108f6341e'/>
<id>urn:sha1:fb72bc367234bf35628bdccf84b0b76108f6341e</id>
<content type='text'>
</content>
</entry>
</feed>
