summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-04pppoe: T1318: bugfix: proper use of ip-pre-up.d directoryChristian Poessinger
2020-04-04pppoe: T2219: move adding of default route to ip-(up|down) scriptChristian Poessinger
2020-04-04wwan: T1988: move default route scripts to Jinja templatesChristian Poessinger
2020-04-04pppoe: T1318: move Jinja2 templates to data/templates folderChristian 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-03Merge pull request #296 from zdc/T1820Christian Poessinger
2020-04-03pppoe: T1318: minor cleanupsChristian Poessinger
2020-04-03wwan: T1988: minor cleanupsChristian Poessinger
2020-04-03Merge pull request #293 from zdc/T2193Christian Poessinger
2020-04-03vrf: T31: Allow vrf name to look more like interface nameRunar Borge
2020-04-03validate: mac: autopep8Christian Poessinger
2020-04-03ipv6: T1831: add autoconf/eui64 addressing to interfacesChristian Poessinger
2020-04-03vrf: T31: name of isntance is not allowed to mimic an interface nameChristian Poessinger
2020-04-03pppoe: bugfix template name after migration to ip-up scriptsChristian Poessinger
2020-04-02bgp: T2100: migration to drop parameter disable-network-import-checkJohn Estabrook
2020-04-02wwan: migrate alias and vrf script from pre-up to upChristian Poessinger
2020-04-02pppoe: 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-02pppoe: migrate to new new helpers in vyos.utilChristian Poessinger
2020-04-02pppoe: vrf: bugfix - only pppoe0 could be assigned to a VRFChristian Poessinger
2020-04-02wwan: vrf: T2200: add CLI options and parse configuration to dictionaryChristian Poessinger
2020-04-02VRRP: T1820: Added transition-script support for sync-groupszsdc
2020-04-02VRRP: T2193: Added disabled VRRP instances to `show vrrp`zsdc
2020-04-01keepalived: T1350: Replaced transition scripts logiczsdc
2020-03-31Merge pull request #283 from thomas-mangin/T2057-wg-dumpChristian Poessinger
2020-03-31ifconfig: T2057: centralise wireguard codeThomas Mangin
2020-03-30config load: T2053: update for version string syntax changeJohn Estabrook
2020-03-30config merge: T2052: update for version string syntax changeJohn Estabrook
2020-03-30migration: T2029: run virtual migration before migrationJohn Estabrook
2020-03-30migration: T2029: set default vintage; remove target from virtualJohn Estabrook
2020-03-30http api: T2160: allow restricting HTTP API to specific serversJohn Estabrook
2020-03-30wireless: T2151: support phys that provide multiple mac addressesChristian Poessinger
2020-03-29vrf: T31: bugfix after converting remove list to dictChristian Poessinger
2020-03-29vyos.util: increase usage of process_running() and remove duplicated codeChristian Poessinger
2020-03-29wwan: T1988: add missing support for backup default routesChristian Poessinger
2020-03-29wwan: T1988: remove old network definitions from AT&T, sc1 and VerizonChristian Poessinger
2020-03-29wwan: T1988: create peer directory on demandChristian Poessinger
2020-03-29pppoe: T1318: create peer directory on demandChristian Poessinger
2020-03-29wwan: T1988: reorder config option to match VyOS 1.2Christian Poessinger
2020-03-29ifconfig: T2057: remove useless circual importThomas Mangin
2020-03-29pppoe: T1988: bugfix creating ip-pre-up.d directory after moving to vyos-1xChristian Poessinger
2020-03-28Merge pull request #282 from thomas-mangin/T2057-mac-hwidChristian Poessinger
2020-03-28wwan: T1988: ppp: change order of debug and logfile optionsChristian Poessinger
2020-03-28wwan: T1988: migrate operational mode commandsChristian 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
2020-03-28ifconfig: T2057: Do not set empty hw_id macThomas Mangin