diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-24 21:43:10 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-24 21:44:59 +0200 |
commit | eb4a7ee3afc0765671ce0fa379ab5e3518e9e49e (patch) | |
tree | 641309b3b3e228b89f27b8661d5a6f3a16e1aa88 /python/setup.py | |
parent | aaa83a8c19cfefd38f6cfb0831e46f537ead0e40 (diff) | |
download | vyos-1x-eb4a7ee3afc0765671ce0fa379ab5e3518e9e49e.tar.gz vyos-1x-eb4a7ee3afc0765671ce0fa379ab5e3518e9e49e.zip |
T4630: can not use same source-interface for macsec and pseudo-ethernet
A macsec interface requires a dedicated source interface, it can not be
shared with another macsec or a pseudo-ethernet interface.
set interfaces macsec macsec10 address '192.168.2.1/30'
set interfaces macsec macsec10 security cipher 'gcm-aes-256'
set interfaces macsec macsec10 security encrypt
set interfaces macsec macsec10 security mka cak '232e44b7fda6f8e2d88a07bf78a7aff4232e44b7fda6f8e2d88a07bf78a7aff4'
set interfaces macsec macsec10 security mka ckn '09924585a6f3010208cf5222ef24c821405b0e34f4b4f63b1f0ced474b9bb6e6'
set interfaces macsec macsec10 source-interface 'eth1'
commit
set interfaces pseudo-ethernet peth0 source-interface eth1
commit
Reuslts in
FileNotFoundError: [Errno 2] failed to run command: ip link add peth0 link eth1 type macvlan mode private
returned:
exit code: 2
noteworthy:
cmd 'ip link add peth0 link eth1 type macvlan mode private'
returned (out):
returned (err):
RTNETLINK answers: Device or resource busy
[[interfaces pseudo-ethernet peth0]] failed
Commit failed
Diffstat (limited to 'python/setup.py')
0 files changed, 0 insertions, 0 deletions