summaryrefslogtreecommitdiff
path: root/src/conf_mode/interfaces-wirelessmodem.py
AgeCommit message (Expand)Author
2020-05-04validate: T2241: rewrite is_bridge_member to generic is_memberJernej Jakob
2020-04-27template: T2388: move mkdir/chmod/chown within render()Thomas Mangin
2020-04-19bridge: T2232: bugfix - remove double colon (:)Christian Poessinger
2020-04-19bridge: T2232: move helper to vyos.validateChristian Poessinger
2020-04-12template: T2230: use render to generate templatesThomas Mangin
2020-04-12vyos.util: rename chmod_x() -> chmod_755()Christian Poessinger
2020-04-09util: T2226: os.system was wrongly converted to runThomas Mangin
2020-04-08vyos-util: rename chown_file() > chown()Christian Poessinger
2020-04-08bridge: T2232: bugfix wifi and wwan verify() sectionChristian Poessinger
2020-04-07bridge: T2232: prevent deletion of enslaved interfacesChristian Poessinger
2020-04-06util: T2226: rewrite wirelessmodem to use cmdThomas Mangin
2020-04-06util: T2226: covert most calls from os.system to utilThomas Mangin
2020-04-05T2230: confert dos to unix line endingsChristian Poessinger
2020-04-04vyos.util: rename chmod_x_file() to chmod_x()Christian Poessinger
2020-04-04wwan: T1988: move default route scripts to Jinja templatesChristian Poessinger
2020-04-04vyos.util: use common subprocess_cmd wrapperChristian Poessinger
2020-04-04wwan: T1988: move Jinja2 templates to data/templates folderChristian Poessinger
2020-04-04wwan: T1988: move vrf/ifalias to ip-pre-up scriptChristian Poessinger
2020-04-03wwan: T1988: minor cleanupsChristian Poessinger
2020-04-02wwan: migrate alias and vrf script from pre-up to upChristian Poessinger
2020-04-02wwan: migrate to new new helpers in vyos.utilChristian Poessinger
2020-04-02wwan: vrf: T2200: add CLI options and parse configuration to dictionaryChristian Poessinger
2020-03-29wwan: T1988: add missing support for backup default routesChristian Poessinger
2020-03-29wwan: T1988: create peer directory on demandChristian Poessinger
2020-03-29wwan: T1988: reorder config option to match VyOS 1.2Christian Poessinger
2020-03-28wwan: T1988: ppp: change order of debug and logfile optionsChristian Poessinger
2020-03-28wwan: T1988: support interface disableChristian Poessinger
2020-03-28wwan: T1988: add support for Sierra Wireless MC7710 modemChristian Poessinger
2020-03-28wwan: T1988: initial XML/Python representationChristian Poessinger