ovn给port配置portsecurity里的地址后,会在ls_in_port_sec_l2阶段使用
ovn-nbctl lsp-set-port-security port-sec 00:00:00:00:00:01
配置addresses后,会在ls_in_l2_lkup阶段使用
ovn-nbctl lsp-set-addresses port-sec 00:00:00:00:00:11
虽然两者配置一般是相同的,但是作用的地方不一样
个人分析,欢迎指正,若转载请注明出处!
ovn给port配置portsecurity里的地址后,会在ls_in_port_sec_l2阶段使用
ovn-nbctl lsp-set-port-security port-sec 00:00:00:00:00:01
配置addresses后,会在ls_in_l2_lkup阶段使用
ovn-nbctl lsp-set-addresses port-sec 00:00:00:00:00:11
虽然两者配置一般是相同的,但是作用的地方不一样
个人分析,欢迎指正,若转载请注明出处!