[VPNSERVICE-76] fib-show displays null pointer exception when subnetwork is added as router interface Created: 25/Apr/17 Updated: 23/Jun/18 Resolved: 23/Jun/18 |
|
| Status: | Resolved |
| Project: | vpnservice |
| Component/s: | General |
| Affects Version/s: | unspecified |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | BASAVARAJU CHICKMATH | Assignee: | Hanamantagoud V Kandagal |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| Attachments: |
|
| Severity: | minor |
| External issue ID: | 8294 |
| Description |
|
neutron net-create network1 neutron net-create network2 nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port11' | awk ' {pr int $2}') myhost11 --availability-zone nova:XFT11-FT-BASAV-CSS1sleep 20 nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port12' | awk '{print $2} ') myhost12 --availability-zone nova:XFT11-FT-BASAV-CSS1 sleep 20 nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port14' | awk '{print $2} ') myhost14 --availability-zone nova:XFT11-FT-BASAV-CSS2 sleep 20 nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port22' | awk '{print $2} ') myhost22 --availability-zone nova:XFT11-FT-BASAV-CSS1 sleep 20 nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port24' | awk '{print $2} ') myhost24 --availability-zone nova:XFT11-FT-BASAV-CSS2 And once all VNFs are up created and added the subnetwork1 and subnetwork2 to router as interfaces. neutron router-create RouterSNAT When i did fib-show in karaf CLI...it diplays the null pointyer exception |
| Comments |
| Comment by BASAVARAJU CHICKMATH [ 25/Apr/17 ] |
|
Attachment dump_output-25-04-18-14.tar.gz has been added with description: Complete logs and datastore dumps attached |
| Comment by Sam Hague [ 23/Jun/18 ] |
|
vpnservice is no longer active |