What's the difference between the include and import statement in NETCONF (.Yin/Yang files)
问题 I understand that you can create a separate yang file (Something like a textual Convention to store syntax values for MIBS)and import it into another yang file to make the data more organised and structured, but I can't seem to understand what the include statement does differently? Does it "import" the entire file into the file that's including it - and if so would this be read before the file including it...? Please help :) 回答1: YANG relies heavily on a concept known as "namespaces", which