diff options
Diffstat (limited to 'v3po/api/src/main')
-rw-r--r-- | v3po/api/src/main/yang/v3po@2017-06-07.yang | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/v3po/api/src/main/yang/v3po@2017-06-07.yang b/v3po/api/src/main/yang/v3po@2017-06-07.yang index 50b823385..6a1eb3809 100644 --- a/v3po/api/src/main/yang/v3po@2017-06-07.yang +++ b/v3po/api/src/main/yang/v3po@2017-06-07.yang @@ -337,7 +337,9 @@ module v3po { default 9216; description "The size, in octets, of the largest packet that the - hardware interface will send and receive."; + hardware interface will send and receive. + + Mapped to hw_interface_set_mtu VPP API message which programs the NIC."; } } |