-
Bug
-
Resolution: Done
-
Medium
-
None
-
None
-
None
when I am creating tap port either using netconf or restconf I am getting Bulk update failed errors. This seems to be only happening when the tap port does include proxy-arp augmentation:
{
"interface": [
{
"name": "tapp2",
"description": "for testing purposes",
"type": "v3po:tap",
"tap" :{
"tap-name" : "tapp2"
},
"proxy-arp:proxy-arp": {}
}
]
}
attaching response with error.
- relates to
-
HC2VPP-216 unable to create vxlan interface
- Done