Skip to content

Commit

Permalink
Merge f88a893 into 0d75b9d
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritwick DSouza committed Aug 21, 2017
2 parents 0d75b9d + f88a893 commit 5f9df69
Show file tree
Hide file tree
Showing 33 changed files with 3,896 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/netjsonconfig
Expand Up @@ -56,7 +56,7 @@ output = parser.add_argument_group('output')

output.add_argument('--backend', '-b',
required=True,
choices=['openwrt', 'openwisp', 'openvpn'],
choices=['openwrt', 'openwisp', 'openvpn', 'raspbian'],
action='store',
type=str,
help='Configuration backend')
Expand Down Expand Up @@ -169,7 +169,7 @@ method_arguments = parse_method_arguments(args.args)
backends = {
'openwrt': netjsonconfig.OpenWrt,
'openwisp': netjsonconfig.OpenWisp,
'openvpn': netjsonconfig.OpenVpn
'raspbian': netjsonconfig.Raspbian
}

backend_class = backends[args.backend]
Expand Down

0 comments on commit 5f9df69

Please sign in to comment.