index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
conf_mode
/
interfaces-macsec.py
Age
Commit message (
Expand
)
Author
2020-09-25
ifconfig: T2653: get_mtu() should return int() for easier comparison
Christian Poessinger
2020-09-22
ifconfig: T2653: move is_member() from vyos.vylidate to vyos.configdict
Christian Poessinger
2020-09-21
macsec: T2788: source-interface must not be member of a bridge
Christian Poessinger
2020-09-20
macsec: T2023: add missing mtu CLI option
Christian Poessinger
2020-09-20
ifconfig: T2653: remove duplicates of get_config()
Christian Poessinger
2020-08-31
configd: T2582: add scripts to include list for daemon
John Estabrook
2020-07-25
ifconfig: T2653: make ifname an optional argument to get_interface_dict()
Christian Poessinger
2020-07-25
interfaces: ifconfig: T2653: migrate to get_interface_dict() API
Christian Poessinger
2020-07-01
Merge pull request #486 from jestabro/sub_dict
Christian Poessinger
2020-07-01
config: T2667: adapt for refinements to get_config_dict
John Estabrook
2020-07-01
ifconfig: T2653: use better names for vyos.configverify functions
Christian Poessinger
2020-06-27
xml: T2656: do not flatten dict by default
Christian Poessinger
2020-06-27
ifconfig: T2653: macsec switch to default dictionary
Christian Poessinger
2020-06-27
ifconfig: T2653: move macsec interface to get_config_dict()
Christian Poessinger
2020-05-29
airbag: T2088: explicit enabling of the feature
Thomas Mangin
2020-05-22
macsec: T2491: add replay window protection
Christian Poessinger
2020-05-22
macsec: T2023: flake8/autopep8 corrections
Christian Poessinger
2020-05-22
macsec: T2023: fix wrong use or f-format string
Christian Poessinger
2020-05-22
macsec: T2023: remove unused import
Christian Poessinger
2020-05-21
macsec: T2023: delete wpa_supplicant config when interface is removed
Christian Poessinger
2020-05-21
macsec: T2023: stop wpa_supplicant on interface deletion
Christian Poessinger
2020-05-21
macsec: T2023: cleanup wpa_supplicant config file name
Christian Poessinger
2020-05-21
macsec: T2023: improve verify() when encryption is enabled
Christian Poessinger
2020-05-21
macsec: T2023: support MACsec Key Agreement protocol actor priority
Christian Poessinger
2020-05-21
macsec: T2023: rename "security key" node to "security mka"
Christian Poessinger
2020-05-21
macsec: T2023: use wpa_supplicant for key management
Christian Poessinger
2020-05-21
macsec: T2023: cli: move "cipher" and "encryption" under new "secutiry" node
Christian Poessinger
2020-05-21
macsec: T2023: cipher suite is mandatory
Christian Poessinger
2020-05-21
macsec: T2023: use list when working with Config()
Christian Poessinger
2020-05-21
macsec: T2023: add optional encryption command
Christian Poessinger
2020-05-21
macsec: T2023: add initial XML and Python interfaces
Christian Poessinger