summaryrefslogtreecommitdiff
path: root/python/vyos/configverify.py
AgeCommit message (Expand)Author
2024-04-07ethernet: T5862: default MTU is not acceptable in some environmentsChristian Breunig
2024-04-03T6199: drop unused Python importsChristian Breunig
2024-04-03T6199: replace netifaces.interfaces() with common custom helpersChristian Breunig
2024-04-03Merge pull request #3235 from vyos/mergify/bp/sagitta/pr-3229Daniil Baturin
2024-04-02configverify: T6198: add common helper for PKI certificate validationChristian Breunig
2024-04-02ssh: T6192: allow binding to multiple VRF instancesChristian Breunig
2024-04-02utils: T5738: always use vyos.utils.network.interface_exists over os.path.existsChristian Breunig
2024-03-23vyos.configverify: T6131: verify_interface_exists() checks CLI interfaces, tooChristian Breunig
2024-01-11dns: T5791: use common pattern for exclude check of dynamic interfacesChristian Breunig
2024-01-01configverify: T5880: raise exception if interfaces sourced form dynamic inter...Christian Breunig
2023-12-28accel-ppp: T5688: Standardized pool configuration in accel-pppaapostoliuk
2023-08-31eapol: T4782: Support multiple CA chainssarthurdev
2023-07-14T5195: vyos.util -> vyos.utils package refactoring (#2093)Christian Breunig
2023-06-22vyos.configverify: T5308: fix typo revealed by tagnode aware defaultsJohn Estabrook
2023-02-18T5011: Set default values for min_mtu max_mtuViacheslav Hletenko
2023-02-15T4971: Accel-ppp verify if client_ip_pool key exists in configViacheslav Hletenko
2023-02-10interfaces: T4995: rename user -> username CLI node for pppoe, wwan and sstp-...Christian Breunig
2023-02-07T4971: PPPoE server add named ip pool and attr Framed-PoolViacheslav Hletenko
2022-12-04T4804: Fix check for PPPoE server local-usersViacheslav Hletenko
2022-09-21ipoe: T4678: T4703: rewrite to get_config_dict()Christian Poessinger
2022-08-24T4630: can not use same source-interface for macsec and pseudo-ethernetChristian Poessinger
2022-08-04vyos.config.configdict: T4592: only print interface name, not interface dict ...Christian Poessinger
2022-08-01bridge: T4565: bugfix error message when member interface contains an addressChristian Poessinger
2022-07-15interfaces: T4525: interfaces can not be member of a bridge/bond and a VRFChristian Poessinger
2022-04-23verify: T4386: Fix traffic-policy key in verify_mirrorViacheslav Hletenko
2022-04-07qos: T4284: verify mirror/redirect target interface existsChristian Poessinger
2022-04-07qos: T4284: support mirror and redirect on vlan subinterfacesChristian Poessinger
2022-04-07qos: T4284: support mirror and redirect on all interface typesChristian Poessinger
2022-03-21qos: T4284: initial XML interface definitions for rewriteChristian Poessinger
2022-02-17vyos.configverify: T4255: fix unexpected print of dictionary instead of keyChristian Poessinger
2022-02-14pki: eapol: T4244: Fix KeyError when CA cert name differs from client cert nameAndrew Gunnerson
2021-10-21tunnel: T3925: dhcp-interface was of no use - use source-interface insteadChristian Poessinger
2021-09-06pki: eapol: T3642: only add "pki" key to interface dict if pki is configuredChristian Poessinger
2021-09-06ifconfig: T3806: "ipv6 address no_default_link_local" required for MTU < 1280Christian Poessinger
2021-08-21vyos.configverify: use build-in functions for verify_interface_exists()Christian Poessinger
2021-08-11accel-ppp: T3731: eliminate service name from error messageChristian Poessinger
2021-07-20pki: eapol: T3642: Migrate EAPoL to use PKI configurationsarthurdev
2021-06-13pppoe: T3621: validate that both username and password are setChristian Poessinger
2021-05-24pseudo-ethernet: T3575: verify parent interface MTUChristian Poessinger
2021-05-23vyos.configverify: T3570: sub interface MTU must be less or equal to parent MTUSimon
2021-04-08protocols: T3464: proper handling of routing policy configurationChristian Poessinger
2021-03-17vyos.configverify: T3344: verify_vrf() must handle "default" VRFChristian Poessinger
2021-03-03tunnel: T2966: add ip6gretap encapsulation supportChristian Poessinger
2021-02-28tunnel: T3366: rename remote-ip to remoteChristian Poessinger
2021-02-28tunnel: T3366: rename local-ip to source-addressChristian Poessinger
2021-02-28tunnel: T3364: rename encapsulation mode "gre-bridge" to "gretap"Christian Poessinger
2021-02-28vyos.ifconfig: T1579: remove calls to vyos.ifconfig.Interface.get_config()Christian Poessinger
2021-02-04Merge pull request #620 from jack9603301/T3030Christian Poessinger
2021-02-02vlan: T3018: vif/vif-s vlan id can not be re-usedChristian Poessinger
2021-02-02tunnel: T3030: Modify the command line to streamline configuration (support p...jack9603301