Juniper / contrail-charms

Juju charms for Contrail services.
Apache License 2.0
13 stars 22 forks source link

Feature REQ: Add ability to set TRUSTCHK and SPOOFCHK for VF #162

Closed derekrobertson closed 3 years ago

derekrobertson commented 3 years ago

Please add configuration options to contrail-agent charm to allow setting value of TRUST and SPOOFCHK on the VF interfaces that are created for each SRIOV card.

Currently we need to do this in a startup script:

Set trust on and spoofcheck off

for i in {0..11}; do ip link set dev vf $i trust on spoofchk off; done for i in {0..11}; do ip link set dev vf $i trust on spoofchk off; done for i in {0..11}; do ip link set dev vf $i trust on spoofchk off; done for i in {0..11}; do ip link set dev vf $i trust on spoofchk off; done

Andrey-mp commented 3 years ago

please file this issue in official TF jira https://jira.tungsten.io/projects/TC/summary