<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/python/vyos/ifconfig, branch vyos/1.4dev0</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.4dev0</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2021-01-06T16:39:56+00:00</updated>
<entry>
<title>ifconfig.interface: use Python3 f-ormat string</title>
<updated>2021-01-06T16:39:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-06T16:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c1e38c5cde9dd6467c8226df12262d63fc6115bb'/>
<id>urn:sha1:c1e38c5cde9dd6467c8226df12262d63fc6115bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mirror: T3089: bugfix is_mirror_intf code path</title>
<updated>2021-01-04T17:58:35+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-04T17:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=939546c4213d3123babf54133698266688fd8c9f'/>
<id>urn:sha1:939546c4213d3123babf54133698266688fd8c9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mirror: T3089: remove redundant code paths</title>
<updated>2021-01-03T19:58:40+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-03T19:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f4625c9ee2f54992ed96f113ff52c5a9993ea769'/>
<id>urn:sha1:f4625c9ee2f54992ed96f113ff52c5a9993ea769</id>
<content type='text'>
- remove redundant code paths apply_mirror() / apply_mirror_of_monitor()
- have single source available
</content>
</entry>
<entry>
<title>ethernet: T3171: always use full CPU enable bitmask over computational mask</title>
<updated>2021-01-02T10:55:12+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-02T10:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=bfd31a97a604c8587963720f59b5db114058b4e1'/>
<id>urn:sha1:bfd31a97a604c8587963720f59b5db114058b4e1</id>
<content type='text'>
The Linux Kernel supports enabling more cores for RPS then we actually have.
It does internal clipping/validation so there is no need for us to calculate
the specifc enable mask we can simply throw "all -1" at the Kernel.
</content>
</entry>
<entry>
<title>ifconfig: ethernet: fixup line breaks</title>
<updated>2021-01-02T10:54:32+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-02T10:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=15e5737ef2df30f451a365d2aa2f4232b8c32f67'/>
<id>urn:sha1:15e5737ef2df30f451a365d2aa2f4232b8c32f67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ethernet: T3171: add CLI option to enable RPS (Receive Packet Steering)</title>
<updated>2021-01-01T17:35:14+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-01T17:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=9fb9e5cade4ceccd98aefb854a12a2a42db7c672'/>
<id>urn:sha1:9fb9e5cade4ceccd98aefb854a12a2a42db7c672</id>
<content type='text'>
set interfaces ethernet &lt;interface&gt; offload rps
</content>
</entry>
<entry>
<title>mirror: T3150: When configuring QOS, the setting procedure of port mirroring is wrong</title>
<updated>2020-12-26T09:34:33+00:00</updated>
<author>
<name>jack9603301</name>
<email>jack9603301@163.com</email>
</author>
<published>2020-12-26T09:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c3ca069981b9d29786ed04bd21cc19b614e3bf4c'/>
<id>urn:sha1:c3ca069981b9d29786ed04bd21cc19b614e3bf4c</id>
<content type='text'>
In e8957b5, we used json to parse the `tc qdisc` filter to determine whether it needs
 to be deleted (reduction of exception mechanism), but now we find that the json output
 by this command will output unparsed json in some cases,
 so We have to go back to the processing of the exception mechanism
</content>
</entry>
<entry>
<title>xdp: T2666: move CLI node to "interfaces ethernet &lt;eth&gt; xdp"</title>
<updated>2020-12-23T13:20:21+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-23T13:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=5a20c17fceffcbb977f713579a22fdb22f16cc74'/>
<id>urn:sha1:5a20c17fceffcbb977f713579a22fdb22f16cc74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ethernet: T3140: remove debug code</title>
<updated>2020-12-20T16:36:06+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-20T16:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=19f16fd36c7d4618a1cc54adca1f58b1c0263e60'/>
<id>urn:sha1:19f16fd36c7d4618a1cc54adca1f58b1c0263e60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "dhcpv6: T3134: add missing duid support"</title>
<updated>2020-12-20T16:14:47+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-20T16:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=5dfdb8b1008f7198073a6b2c10e506fa1cf5a816'/>
<id>urn:sha1:5dfdb8b1008f7198073a6b2c10e506fa1cf5a816</id>
<content type='text'>
This reverts commit 9541355433e202fade4692851bffa33ba9d48f44.
</content>
</entry>
</feed>
