summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2022-12-10T4874: Added Warning messageaapostoliuk
2022-11-21T4812: Add op-mode Show vpn ipsec connectionsViacheslav Hletenko
2022-10-03Merge pull request #1548 from c-po/t4702-equuleus-wireguardChristian Poessinger
2022-09-24ethernet: T3171: enable RPS (Receive Packet Steering) for all RX queuesChristian Poessinger
2022-09-17wireguard: T4702: actively revoke peer if it gets disabledChristian Poessinger
2022-09-15Merge pull request #1519 from c-po/t4630-equuleus-peth-macsecDaniil Baturin
2022-09-14openvpn: T4679: Fix incorrect verify local and remote addressViacheslav Hletenko
2022-09-04T4630: can not use same source-interface for macsec and pseudo-ethernetChristian Poessinger
2022-09-02bonding: T4668: fix live bonding member add or removeinitramfs
2022-08-29ethernet: T4653: bugfix copy-paste when processing NIC offloadingChristian Poessinger
2022-08-22Merge pull request #1484 from c-po/bridge-fixesChristian Poessinger
2022-08-22bridge: T4632: vlan aware bridge lacks CPU forwardingChristian Poessinger
2022-08-19vyos.config.configdict: T4592: T4629: only print interface name, not interfac...Christian Poessinger
2022-08-04Merge pull request #1453 from sever-sever/T4572-eqDaniil Baturin
2022-08-01mtu: T4572: Add DHCP-option MTU to get values from DHCP-serverViacheslav Hletenko
2022-08-01bridge: T4565: bugfix error message when member interface contains an addressChristian Poessinger
2022-07-31bridge: T4565: is_member() must return the dict of the member interfaceChristian Poessinger
2022-07-31bridge: T4579: cleanup interface dict (remove empty keys)Christian Poessinger
2022-07-31bridge: T4579: remove duplicate code path already handled by base classChristian Poessinger
2022-07-31Revert "vyos.configdict(): T4228: is_member() must split VLAN interfaces"Christian Poessinger
2022-07-18Merge pull request #1406 from c-po/equuleus-interface-fixesDaniil Baturin
2022-07-18interfaces: T4525: interfaces can not be member of a bridge/bond and a VRFChristian Poessinger
2022-07-18bond: T4525: fix adding member interface to bond after removing VRFChristian Poessinger
2022-07-18vyos.configdict(): T4228: is_member() must return member interface config dictChristian Poessinger
2022-07-18bond: bridge: T4534: error out if member interface is assigned to a VRF instanceChristian Poessinger
2022-07-18vyos.configdict(): T4228: is_member() must split VLAN interfacesChristian Poessinger
2022-07-18bond: T4522: add ability to specify mii monitor interval via CLIChristian Poessinger
2022-07-18vyos.configdict(): T4228: is_member() must use the "real" hardware interfaceChristian Poessinger
2022-07-14netflow: T4532: Fix flow-accounting server IPv6 bugViacheslav Hletenko
2022-07-11bond: T1557: re-add miimon configuration - lost in translationChristian Poessinger
2022-07-11bond: T4521: ARP monitor interval is not configured despite set via CLIChristian Poessinger
2022-05-26http-api: T4442: Add action resetViacheslav Hletenko
2022-05-06T4361: refactor and simplify vyos.config.exists()Christian Poessinger
2022-04-29vyos.configdict: T4369: add is_node_changed() helperChristian Poessinger
2022-04-20configdiff: T4260: add support for diff_tree classJohn Estabrook
2022-04-20configtree: T4235: distinguish sub(-tract) tree from delete treeJohn Estabrook
2022-04-20configtree: T4235: allow empty argumentsJohn Estabrook
2022-04-20configtree: T4235: simplification of diff_tree classJohn Estabrook
2022-04-20configtree: T4235: add utility get_subtreeJohn Estabrook
2022-04-20configtree: T4235: encapsulate config tree diff functionJohn Estabrook
2022-04-08Merge pull request #1263 from c-po/wwan-t4324-equuleusDaniil Baturin
2022-04-08Merge pull request #1273 from c-po/t4331-equuleusDaniil Baturin
2022-04-07vyos.base: T4346: add common DeprecationWarning() classChristian Poessinger
2022-04-06interfaces: T4331: Fix assign link-local static IPv6 addr to vrfViacheslav Hletenko
2022-04-03wwan: T4324: is_wwan_connected() must verify if ModemManager is runningChristian Poessinger
2022-03-31vyos.ifconfig: T4330: MTU must be configured prior to any IPv6 option changeChristian Poessinger
2022-03-31vyos.ifconfig: T4330: bugfix changing MTU when IPv6 is disabledChristian Poessinger
2022-03-30vyos.ifconfig: T4319: add_addr() should not add IPv6 address if it's disabledChristian Poessinger
2022-03-30vyos.util: T4319: add is_ipv6_enabled() helper functionChristian Poessinger
2022-03-30T4319: do not try to add ::1/128 to lo when IPv6 is disabledDaniil Baturin