diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-24 16:52:02 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-24 16:52:02 +0200 |
commit | df22bc2c96d5095eaec978a58bf5d2361d758a86 (patch) | |
tree | 0578dfd44148bd94f5190b6d3f8a7e238b8c6052 /interface-definitions/include/nat-rule.xml.i | |
parent | b2e5f8adefd4ed9e53e14a4618fb63b3821d1d20 (diff) | |
download | vyos-1x-df22bc2c96d5095eaec978a58bf5d2361d758a86.tar.gz vyos-1x-df22bc2c96d5095eaec978a58bf5d2361d758a86.zip |
vyos.ifconfig: T3772: bugfix missing VRRP interfaces
When the interface name was stripped down from "eth0.201" to "eth" to determine
the appropriate interface section, VRRP interfaces got left out on the call
to rstrip().
VRRP interfaces now show up in "show interfaces" as they did in VyOS 1.2.
vyos@vyos:~$ show interfaces
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description
--------- ---------- --- -----------
dum0 172.18.254.201/32 u/u
eth0 - u/u
eth0.10 172.16.33.8/24 u/u
eth0.201 172.18.201.10/24 u/u
eth1 10.1.1.2/24 u/u
eth1v10 10.1.1.1/24 u/u
eth2 - u/u
lo 127.0.0.1/8 u/u
::1/128
Diffstat (limited to 'interface-definitions/include/nat-rule.xml.i')
0 files changed, 0 insertions, 0 deletions