summaryrefslogtreecommitdiff
path: root/python/vyos/ifconfig
AgeCommit message (Expand)Author
2024-10-17T4583: Rewrite VRRP op-mode to vyos.opmode formatkhramshinr
2024-10-17T4583: Rewrite VRRP op-mode to vyos.opmode formatkhramshinr
2024-09-20op-mode: T4833: Include wireguard peer name in interface summary reportNataliia Solomko
2024-09-19wireless: T6709: fix missing wpa_supplicant configurationChristian Breunig
2024-09-14ethernet: T6709: move EAPoL support to common frameworkChristian Breunig
2024-08-01Merge pull request #3221 from lucasec/t5873Christian Breunig
2024-07-26T5873: vpn ipsec: re-write of ipsec updown hookLucas Christian
2024-07-23interface: T6592: remove interface from conntrack ct_iface_map on deletionChristian Breunig
2024-07-20interfaces: T6592: moving an interface between VRF instances failedChristian Breunig
2024-07-08vxlan: T6505: Support VXLAN VLAN-VNI range mapping in CLI (#3756)Nataliia S
2024-06-19macsec: T5447: fix error message syntax - there is no tx and rx key, only keyChristian Breunig
2024-06-01vxlan: T6401: Avoid calling get_vxlan_vni_filter() unless we need itAndrew Topp
2024-05-30vyos.ifconfig: T6421: verify /etc/hostname exists before readingChristian Breunig
2024-05-10bond: T6303: must reset system-mac to 00:00:00:00:00:00 on deletionChristian Breunig
2024-05-10bond: T6303: system-mac is not allowed to be a multicast MAC addressChristian Breunig
2024-05-10bond: T6303: add system mac address on bondfett0
2024-04-25T6258: Add sysctl base-reachable-time for IPv6Viacheslav Hletenko
2024-04-11T6222: VRRP show prefix for long rfc3768-compatibility interfacesViacheslav Hletenko
2024-04-03T6199: drop unused Python importsChristian Breunig
2024-04-03T6199: replace netifaces.interfaces() with common custom helpersChristian Breunig
2024-04-01vrf: T3655: always use full nft command name (e.g. --check over -c)Christian Breunig
2024-04-01dhcpv6-client: T2590: fix vyos-hostsd update for nameserver and search domainsChristian Breunig
2024-03-24Revert "ethernet: T5566: disable energy efficient ethernet (EEE) for interfaces"Christian Breunig
2024-03-21Merge pull request #3157 from c-po/vti-T6085Daniil Baturin
2024-03-20bridge: T6125: support 802.1ad (ethertype 0x88a8) VLAN filteringChristian Breunig
2024-03-20vti: T6085: interface is always down and only enabled by IPSec daemonChristian Breunig
2024-01-23ethernet: T5978: hw-tc-offload does not actually get enabled on the NICChristian Breunig
2024-01-18ethernet: T4638: deleting parent interface does not delete underlying VIFsChristian Breunig
2023-12-31T5474: establish common file name pattern for XML conf mode commandsChristian Breunig
2023-12-25ethernet: T5566: disable energy efficient ethernet (EEE) for interfacesChristian Breunig
2023-12-14T5749: Add a more scrict search for get_vrf methodViacheslav Hletenko
2023-11-22Merge pull request #2499 from c-po/t5753-vxlan-vnifilterChristian Breunig
2023-11-21macsec: T5770: enable iproute2 "encrypt on" stanzaGiga Murphy
2023-11-18vxlan: T5753: add support for VNI filteringChristian Breunig
2023-11-16tunnel: T3894: improve get_mac_synthetic() codeChristian Breunig
2023-11-16T5747: op-mode add MAC and MTU for show interfaces summaryViacheslav Hletenko
2023-11-02wireguard: T5707: remove previously deconfigured peerChristian Breunig
2023-10-31Merge pull request #2413 from c-po/t5668-vxlanChristian Breunig
2023-10-30vxlan: T5699: migrate "external" CLI know to "parameters external"Christian Breunig
2023-10-30vxlan: T5668: add CLI knob to enable ARP/ND suppressionChristian Breunig
2023-10-03bonding: T5254: Fixed changing ethernet when it is a bond memberaapostoliuk
2023-09-19firewall: ethernet: T4502: Add interface offload node and verify interface su...sarthurdev
2023-09-09vxlan: T3700: support VLAN tunnel mapping of VLAN aware bridgesChristian Breunig
2023-09-05interface: T5550: Interface source-validation priority over global valuesarthurdev
2023-09-05netns: T5241: simplify network namespace handlingChristian Breunig
2023-09-03netns: T5241: provide is_netns_interface utility helperChristian Breunig
2023-09-03Merge branch 'T5241-control-edition' of https://github.com/sever-sever/vyos-1...Christian Breunig
2023-08-25interface: T3509: Add per-interface IPv6 source validationsarthurdev
2023-08-23Merge pull request #2156 from giga1699/T5447Christian Breunig
2023-08-20T5447: Remove redundant self.set_admin_stateGiga Murphy