<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/python/vyos/ifconfig.py, 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>2020-03-06T08:55:15+00:00</updated>
<entry>
<title>ifconfig: T2104: splt ifconfig.py into multiple files</title>
<updated>2020-03-06T08:55:15+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-03-05T23:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=3f3c2a1f66840bee1da05598cf62f299317f483a'/>
<id>urn:sha1:3f3c2a1f66840bee1da05598cf62f299317f483a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ifconfig: T2101: Fix VXLAN parsing empty config because of empty options</title>
<updated>2020-03-05T08:13:32+00:00</updated>
<author>
<name>tjjh89017</name>
<email>tjjh89017@hotmail.com</email>
</author>
<published>2020-03-05T08:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=15062083b270207c0c32e5297ef9099d21b3aa54'/>
<id>urn:sha1:15062083b270207c0c32e5297ef9099d21b3aa54</id>
<content type='text'>
fill VXLANIf.options for correct parsing
</content>
</entry>
<entry>
<title>ifconfig: T2101: Fix undefined reference variable in VXLANIf</title>
<updated>2020-03-05T08:12:39+00:00</updated>
<author>
<name>tjjh89017</name>
<email>tjjh89017@hotmail.com</email>
</author>
<published>2020-03-05T07:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e860a84e2db9aa841ecf9eae2ba9cc586bddfa2e'/>
<id>urn:sha1:e860a84e2db9aa841ecf9eae2ba9cc586bddfa2e</id>
<content type='text'>
change `config['remote']` to `self.config['remote']`
</content>
</entry>
<entry>
<title>Merge branch 't31-vrf' of github.com:c-po/vyos-1x into current</title>
<updated>2020-03-04T21:02:26+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-04T21:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=10ef1bb6c4a8e02081660eddf5918c92151382b7'/>
<id>urn:sha1:10ef1bb6c4a8e02081660eddf5918c92151382b7</id>
<content type='text'>
* 't31-vrf' of github.com:c-po/vyos-1x:
  vrf: T31: enable vrf support for dummy interface
  templates: T2099: make op-mode path completion helper working
  vrf: T31: reorder routing table lookups
  vrf: T31: adding unreachable routes to the routing tables
  vrf: T31: prior to the v4.8 kernel iif and oif rules are needed
  vrf: T31: create iproute2 table to name mapping reference
  vrf: T31: rename 'vrf disable-bind-to-all ipv4' to 'vrf bind-to-all'
  vrf: T31: support add/remove of interfaces from vrf
  vrf: T31: remove superfluous vyos.vrf library functions
  vrf: T31: reduce script complexity
  vrf: T31: no need to use sudo calls in vrf.py
  vrf: T31: make 'show vrf' command behave like other 'show interface commands'
  xml: include: description: adjust help message
  vrf: T31: improve help for routing table
  vrf: T31: reuse interface-description.xml.i for instance description
  vrf: T31: use embedded regex on 'vrf name' instead of python script
  vrf: T31: initial support for a VRF backend in XML/Python
  ifconfig: T2057: generic interface option setting
</content>
</entry>
<entry>
<title>vrf: T31: support add/remove of interfaces from vrf</title>
<updated>2020-03-04T20:45:23+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-04T18:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=5bf9dfd17096af6e7cf06e8e20eb16e8e55b9177'/>
<id>urn:sha1:5bf9dfd17096af6e7cf06e8e20eb16e8e55b9177</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ifconfig: T2057: generic interface option setting</title>
<updated>2020-03-04T20:43:59+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-03-03T16:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=dac5ad318b00853591121078bce5c849db23c810'/>
<id>urn:sha1:dac5ad318b00853591121078bce5c849db23c810</id>
<content type='text'>
this patch allows to get or change many interface options (mtu, arp settings, ...)
using get_interface / set_interface functions
</content>
</entry>
<entry>
<title>Merge pull request #240 from thomas-mangin/2057-strict</title>
<updated>2020-03-04T19:21:42+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-04T19:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=cb3ef8a7856c54db0741d65fd3d4564a0aadb6c6'/>
<id>urn:sha1:cb3ef8a7856c54db0741d65fd3d4564a0aadb6c6</id>
<content type='text'>
ifconfig: T2057: allow unknown config keys, and fix variable name ref.</content>
</entry>
<entry>
<title>ifconfig: T2057: allow unknown keys in the config, and fix</title>
<updated>2020-03-04T17:59:33+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-03-04T17:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e6e49ad856e1138d3e57f1e7f8c9def0cb5d3ab8'/>
<id>urn:sha1:e6e49ad856e1138d3e57f1e7f8c9def0cb5d3ab8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ifconfig: T2057: fix various typos</title>
<updated>2020-03-04T15:06:07+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-03-04T12:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=7a752c0287651876809ced750319eec9eb125e07'/>
<id>urn:sha1:7a752c0287651876809ced750319eec9eb125e07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ifconfig: T2057: bugfix KeyError</title>
<updated>2020-03-04T07:10:23+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-04T07:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=5cb485c2fa6e551b9ff8949e9429abd02996cb78'/>
<id>urn:sha1:5cb485c2fa6e551b9ff8949e9429abd02996cb78</id>
<content type='text'>
Error introduced in commit b38dcaf ("ifconfig: T2057: generic interface option
setting").

File "/usr/lib/python3/dist-packages/vyos/ifconfig.py", line 146, in _get_sysfs
 filename = self._sysfs_get[name]['location'].format(config)
KeyError: 'ifname'
</content>
</entry>
</feed>
