diff --git a/p4app/controller.py b/p4app/controller.py index 447f50b..f9ad271 100644 --- a/p4app/controller.py +++ b/p4app/controller.py @@ -107,8 +107,11 @@ class L2Controller(object): self.controller.table_clear("ndp") - for port in all_ports: + for port in ["4"]: + self.controller.table_add("ndp", "multicast_pkg", [ndp_prefix, port], ["1"]) + self.controller.table_add("ndp", "multicast_pkg", [ndp_prefix, port], [1]) self.controller.table_add("ndp", "multicast_pkg", [ndp_prefix, port], [port]) + self.controller.table_add("ndp", "multicast_pkg", ["ff02::1:ff00:0/104", "3"], ["3"]) def init_boilerplate(self, sw_name):