diff options
author | 2017-11-03 13:36:20 +0000 | |
---|---|---|
committer | 2017-11-03 13:36:20 +0000 | |
commit | c40e1a94211bde755b90c0539865d2aca90157b9 (patch) | |
tree | 67db3e4d3249788e113ed9737330d976a2d84892 /vnfs/vCPE/scripts/v_bng_init.sh | |
parent | 7e310d17d51fc6a50e7a46c9a9a16f717b166616 (diff) | |
parent | 8c78ad40d782394b7d81ad33fea6a1458c582158 (diff) |
Merge "Update vBNG for communication with SDNC"
Diffstat (limited to 'vnfs/vCPE/scripts/v_bng_init.sh')
-rw-r--r-- | vnfs/vCPE/scripts/v_bng_init.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vnfs/vCPE/scripts/v_bng_init.sh b/vnfs/vCPE/scripts/v_bng_init.sh index 6fb2eadc..e4a59835 100644 --- a/vnfs/vCPE/scripts/v_bng_init.sh +++ b/vnfs/vCPE/scripts/v_bng_init.sh @@ -2,3 +2,5 @@ systemctl start vpp +ip route add 10.3.0.0/24 via 192.168.40.41 dev tap0 + |