WebUI PGW IP setting is added

This commit is contained in:
Sukchan Lee 2017-12-15 13:47:57 +09:00
parent 634de8c788
commit cc762f3c00
12 changed files with 138 additions and 54 deletions

View file

@ -39,7 +39,8 @@ const Profile = new Schema({
uplink: Schema.Types.Long
},
pgw: {
ipv4: String
addr: String,
addr6: String
},
pcc_rule: [{
flow: [{

View file

@ -59,7 +59,8 @@ const Subscriber = new Schema({
uplink: Schema.Types.Long
},
pgw: {
ipv4: String
addr: String,
addr6: String
},
pcc_rule: [{
flow: [{