<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/op_mode/interfaces.py, branch circinus-public-unmaintained</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=circinus-public-unmaintained</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=circinus-public-unmaintained'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-11-17T07:46:58+00:00</updated>
<entry>
<title>T5749: Swap show interfaces and show interfaces summary</title>
<updated>2023-11-17T07:46:58+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-11-17T07:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=056885c02b8671279808c226a759de6c5356f578'/>
<id>urn:sha1:056885c02b8671279808c226a759de6c5356f578</id>
<content type='text'>
By default show VRF, MAC, MTU for `show interfaces`
The original `show interfaces` moved to `show interfacces summary`
</content>
</entry>
<entry>
<title>T5747: op-mode add MAC and MTU for show interfaces summary</title>
<updated>2023-11-16T12:48:07+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-11-15T23:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dc3906f04fbfe8014531e092a77c1c8c2d10dfe0'/>
<id>urn:sha1:dc3906f04fbfe8014531e092a77c1c8c2d10dfe0</id>
<content type='text'>
Add op-mode "show interfaces summary"
Add MAC, VRF and MTU options:

vyos@r4# run show interfaces summary
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface    IP Address         MAC                VRF        MTU  S/L    Description
-----------  -----------------  -----------------  -------  -----  -----  -------------
dum0         203.0.113.1/32     96:44:ad:c5:a1:a5  default   1500  u/u
eth0         192.168.122.14/24  52:54:00:f1:fd:77  default   1500  u/u    WAN
eth1         192.0.2.1/24       52:54:00:04:33:2b  foo       1500  u/u    LAN-eth1
eth2         -                  52:54:00:40:2e:af  default   1504  u/u    LAN-eth2
eth3         -                  52:54:00:09:a4:b4  default   1500  A/D
</content>
</entry>
<entry>
<title>T5195: vyos.util -&gt; vyos.utils package refactoring (#2093)</title>
<updated>2023-07-14T20:18:36+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-14T20:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d1ca536da448749dff557f13ecae97b124026e96'/>
<id>urn:sha1:d1ca536da448749dff557f13ecae97b124026e96</id>
<content type='text'>
* T5195: move run, cmd, call, rc_cmd helper to vyos.utils.process

* T5195: use read_file and write_file implementation from vyos.utils.file

Changed code automatically using:

find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import read_file$/from vyos.utils.file import read_file/g' {} +
find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import write_file$/from vyos.utils.file import write_file/g' {} +

* T5195: move chmod* helpers to vyos.utils.permission

* T5195: use colon_separated_to_dict from vyos.utils.dict

* T5195: move is_systemd_service_* to vyos.utils.process

* T5195: fix boot issues with missing imports

* T5195: move dict_search_* helpers to vyos.utils.dict

* T5195: move network helpers to vyos.utils.network

* T5195: move commit_* helpers to vyos.utils.commit

* T5195: move user I/O helpers to vyos.utils.io</content>
</entry>
<entry>
<title>T5158: Refactoring the commad '$ sh interfaces counters'</title>
<updated>2023-05-11T05:01:13+00:00</updated>
<author>
<name>mkorobeinikov</name>
<email>92354771+mkorobeinikov@users.noreply.github.com</email>
</author>
<published>2023-04-14T05:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=292ac4e7c4d42378b29dec0bd56269a21b8374b5'/>
<id>urn:sha1:292ac4e7c4d42378b29dec0bd56269a21b8374b5</id>
<content type='text'>
For more detailed information it's necessary to add information about drops and error counters.
</content>
</entry>
<entry>
<title>interfaces: T4885: add clear/reset_counters to op-mode script</title>
<updated>2023-03-28T18:53:55+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-03-28T18:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9964b04e0aba8b8e50509faa9aef5ce079a8733b'/>
<id>urn:sha1:9964b04e0aba8b8e50509faa9aef5ce079a8733b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T5097: show interfaces should reflect cleared counters</title>
<updated>2023-03-24T00:02:04+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-03-23T23:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b48e9a7c4cc89546aaf4a40f71535acfddc7e4d3'/>
<id>urn:sha1:b48e9a7c4cc89546aaf4a40f71535acfddc7e4d3</id>
<content type='text'>
'show interfaces counters' correctly displays counter stats after a call
to 'clear interfaces counters', however, 'show interfaces detail' does
not.  Add missing update to counter stats.
</content>
</entry>
<entry>
<title>interfaces: T4866: add standardized op-mode interfaces.py</title>
<updated>2022-12-22T01:24:04+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2022-12-19T16:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8db67ca5a3e6889a210719e769be716f629e9d02'/>
<id>urn:sha1:8db67ca5a3e6889a210719e769be716f629e9d02</id>
<content type='text'>
</content>
</entry>
</feed>
