Hi All,
I am trying to use nicira regid match extension, going through the yang file
openflowplugin-nicira-extension-match.yang.
If I have to match on reg value with a mask, how do I achieve that with the
following yang model?
grouping nxm-nx-reg-grouping {
container nxm-nx-reg {
leaf reg {
type identityref {
base nicira-match:nxm-nx-reg;
}
}
leaf value {
type uint32;
}
}
}
Thanks,
Faseela
_______________________________________________
openflowplugin-dev mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev